MCPcopy
hub / github.com/sparkjsdev/spark / dynoConst

Function dynoConst

src/dyno/value.ts:233–238  ·  view source on GitHub ↗
(
  type: T,
  value: DynoJsType<T>,
)

Source from the content-addressed store, hash-verified

231}
232
233export function dynoConst<T extends DynoType>(
234 type: T,
235 value: DynoJsType<T>,
236): DynoConst<T> {
237 return new DynoConst(type, value);
238}
239
240export function literalZero(type: SimpleTypes): string {
241 const typeString = String(type);

Callers 11

makeSorterMethod · 0.90
makeDepthColorModifierFunction · 0.90
setDepthColorFunction · 0.90
makeNormalColorModifierFunction · 0.90
staticBoxFunction · 0.90
snowBoxFunction · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected