Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ addOffsets
Function
addOffsets
packages/sanddance-specs/src/scope.ts:67–69 ·
view source on GitHub ↗
(...offsets: string[])
Source
from the content-addressed store, hash-verified
65
}
66
67
export
function
addOffsets(...offsets: string[]) {
68
return
offsets.filter(Boolean).join(
' + '
);
69
}
Callers
10
build
Method · 0.90
build
Method · 0.90
build
Method · 0.90
build
Method · 0.90
getOffset
Method · 0.90
build
Method · 0.90
build
Method · 0.90
build
Method · 0.90
build
Method · 0.90
build
Method · 0.90
Calls
1
filter
Method · 0.45
Tested by
no test coverage detected