Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/postcss/postcss
/ str
Function
str
test/processor.test.ts:32–34 ·
view source on GitHub ↗
(node: Node, builder: (s: string) => void)
Source
from the content-addressed store, hash-verified
30
}
31
32
function
str(node: Node, builder: (s: string) => void): void {
33
builder(`${node.raws.after}!`)
34
}
35
36
async
function
catchError(cb: () => Promise<any>): Promise<Error> {
37
try {
Callers
1
stringify
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected