Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/block/buzz
/ isBuildNodeWithTrailing
Function
isBuildNodeWithTrailing
desktop/src/shared/lib/createRemarkPrefixPlugin.ts:117–121 ·
view source on GitHub ↗
( result: NodeBuilderResult, )
Source
from the content-addressed store, hash-verified
115
}
116
117
function
isBuildNodeWithTrailing(
118
result: NodeBuilderResult,
119
): result is { node: Node; trailing?: string } {
120
return
"node"
in result;
121
}
Callers
1
normalizeBuildNodeResult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected