MCPcopy
hub / github.com/google/go-jsonnet / length

Method length

value.go:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (s *valueFlatString) length() int {
108 return len(s.value)
109}
110
111func (s *valueFlatString) getType() *valueType {
112 return stringType

Callers 1

indexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected