container: export overlay escape

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-08-14 23:44:11 +09:00
parent 0e543a58b3
commit ba3227bf15
4 changed files with 8 additions and 8 deletions

View File

@@ -38,5 +38,5 @@ func TestToHost(t *testing.T) {
}
}
// InternalToHostOvlEscape exports toHost passed to escapeOverlayDataSegment.
func InternalToHostOvlEscape(s string) string { return escapeOverlayDataSegment(toHost(s)) }
// InternalToHostOvlEscape exports toHost passed to EscapeOverlayDataSegment.
func InternalToHostOvlEscape(s string) string { return EscapeOverlayDataSegment(toHost(s)) }