MCPcopy
hub / github.com/GitbookIO/gitbook / toString

Method toString

packages/expr/src/symbols/symbols-table.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 toString() {
84 return JSON.stringify(this.#table, null, 2);
85 }
86
87 /**
88 * Infer the symbol of a value and generate the appropriate symbol definition.

Callers 15

formatExpressionResultFunction · 0.80
shadesOfColorFunction · 0.80
rgbArrayToHexFunction · 0.80
code-samples.tsFile · 0.80
generateCodeSamplesFunction · 0.80
OpenAPITabsPanelsFunction · 0.80
createGitBookFunction · 0.80
traverseFunction · 0.80
getAssetURLFunction · 0.80
middlewareFunction · 0.80
withAPITokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected