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

Function hashVec3

src/dyno/util.ts:63–67  ·  view source on GitHub ↗
(
  value: DynoVal<T>,
)

Source from the content-addressed store, hash-verified

61 return new HashVec2({ value });
62};
63export const hashVec3 = <T extends ValueTypes>(
64 value: DynoVal<T>,
65): DynoVal<"vec3"> => {
66 return new HashVec3({ value });
67};
68export const hashVec4 = <T extends ValueTypes>(
69 value: DynoVal<T>,
70): DynoVal<"vec4"> => {

Callers 1

staticBoxFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected