Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ string
Method
string
parse/languages/golang/testdata/go1_test.go:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
)
113
114
func
(x *stringVal) string() string {
115
x.mu.Lock()
116
}
117
118
func
dir(path string) string {
119
if
i := strings.LastIndexAny(path, `/\`); i > 0 {
Callers
nothing calls this directly
Calls
1
Lock
Method · 0.65
Tested by
no test coverage detected