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

Method getGoString

value.go:158–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156}
157
158func (s *valueStringTree) getGoString() string {
159 s.flattenToLeft()
160 return s.left.getGoString()
161}
162
163func (s *valueStringTree) length() int {
164 return s.len

Callers

nothing calls this directly

Calls 2

flattenToLeftMethod · 0.95
getGoStringMethod · 0.65

Tested by

no test coverage detected