Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
function
unquote(str: string): string {
7
return
str.slice(1, -1);
8
}
9
10
export
class
Digraph {
11
private nodeByName =
new
Map<string, DigraphNode>();
Callers
1
parse
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected