MCPcopy Create free account
hub / github.com/effect-app/libs / projectionSchemaHash

Function projectionSchemaHash

packages/vue/src/makeClient.ts:101–101  ·  view source on GitHub ↗
(schema: S.Top)

Source from the content-addressed store, hash-verified

99}
100
101const projectionSchemaHash = (schema: S.Top) => String(Hash.hash(schema.ast))
102
103export interface CommandRequestExtensions<RT, Id extends string, I, A, E, R> {
104 /** Defines a Command based on this call, taking the `id` of the call as the `id` of the Command.

Callers 1

projectQueryForFunction · 0.85

Calls 1

StringInterface · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…