MCPcopy 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
67export function addOffsets(...offsets: string[]) {
68 return offsets.filter(Boolean).join(' + ');
69}

Callers 10

buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
getOffsetMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected