aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/path_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-14 23:44:11 +0900
committerOphestra <cat@gensokyo.uk>2025-08-14 23:44:11 +0900
commitba3227bf1572654cf1a3a828f7ee22ddd0224261 (patch)
treef37f9bb13f77eebd22a5257027bed5a4061d521d /container/path_test.go
parent0e543a58b36d4ab5d61c02ce93cf72bf2f218857 (diff)
container: export overlay escape
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/path_test.go')
-rw-r--r--container/path_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/path_test.go b/container/path_test.go
index 9af2d2f9..ce959614 100644
--- a/container/path_test.go
+++ b/container/path_test.go
@@ -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)) }