MCPcopy Create free account
hub / github.com/Snapchat/Valdi / unquote

Function unquote

npm_modules/cli/src/utils/Digraph.ts:6–8  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

4}
5
6function unquote(str: string): string {
7 return str.slice(1, -1);
8}
9
10export class Digraph {
11 private nodeByName = new Map<string, DigraphNode>();

Callers 1

parseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected