From ba3227bf1572654cf1a3a828f7ee22ddd0224261 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 14 Aug 2025 23:44:11 +0900 Subject: container: export overlay escape Signed-off-by: Ophestra --- container/path_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'container/path_test.go') 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)) } -- cgit v1.3.1