MCPcopy Create free account
hub / github.com/codemix/graph / toString

Function toString

packages/graph/src/Steps.ts:416–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 }
415
416 public toString() {
417 return stringTokensToString(this.toStringTokens());
418 }
419
420 public toJSON(): [string, TConfig, unknown?] {
421 return [this.name, this.config];

Callers

nothing calls this directly

Calls 2

stringTokensToStringFunction · 0.85
toStringTokensMethod · 0.45

Tested by

no test coverage detected