Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ append
Method
append
compiler/companion/src/OutputWriter.ts:56–58 ·
view source on GitHub ↗
(str: string | IOutputWriter)
Source
from the content-addressed store, hash-verified
54
}
55
56
append(str: string | IOutputWriter) {
57
this.written.push(str);
58
}
59
60
content(): string {
61
return
outputContent(this.written);
Callers
3
endIndent
Method · 0.95
generateTypeScriptIds
Function · 0.95
IRtoString
Function · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected