MCPcopy
hub / github.com/wavetermdev/waveterm / String

Method String

pkg/util/utilfn/utilfn.go:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216func (sp StrWithPos) String() string {
217 return strWithCursor(sp.Str, sp.Pos)
218}
219
220func ParseToSP(s string) StrWithPos {
221 idx := strings.Index(s, "[*]")

Callers 11

registerChannelMethod · 0.45
RegisterMethod · 0.45
IndentStringFunction · 0.45
MapToEnvFunction · 0.45
SliceToEnvFunction · 0.45
ReadDirFunction · 0.45
ReadDirRecursiveFunction · 0.45
GetSignalNameFunction · 0.45
GetSignalNameFunction · 0.45

Calls 1

strWithCursorFunction · 0.85

Tested by

no test coverage detected