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

Function stringTokensToString

packages/graph/src/Steps.ts:186–188  ·  view source on GitHub ↗
(tokens: readonly StepStringToken[])

Source from the content-addressed store, hash-verified

184 | { kind: "end" };
185
186function stringTokensToString(tokens: readonly StepStringToken[]): string {
187 return stringTokensToLines(tokens).join("\n");
188}
189
190function stringIdentity<T extends string>(value: T): T {
191 return value;

Callers 2

stringifyStepsFunction · 0.85
toStringFunction · 0.85

Calls 1

stringTokensToLinesFunction · 0.85

Tested by

no test coverage detected