MCPcopy
hub / github.com/lxn/walk / nextPathPart

Function nextPathPart

databinding.go:533–540  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

531}
532
533func nextPathPart(p string) (next, remaining string) {
534 for i, r := range p {
535 if r == '.' {
536 return p[:i], p[i+1:]
537 }
538 }
539 return p, ""
540}
541
542type nilField struct {
543 prop Property

Callers 1

reflectValueFromPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…