MCPcopy 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
114func (x *stringVal) string() string {
115 x.mu.Lock()
116}
117
118func dir(path string) string {
119 if i := strings.LastIndexAny(path, `/\`); i > 0 {

Callers

nothing calls this directly

Calls 1

LockMethod · 0.65

Tested by

no test coverage detected