MCPcopy Index your code
hub / github.com/Effect-TS/effect / isAny

Function isAny

packages/effect/src/JSONSchema.ts:1013–1015  ·  view source on GitHub ↗
(jsonSchema: JsonSchema7)

Source from the content-addressed store, hash-verified

1011}
1012
1013function isAny(jsonSchema: JsonSchema7): jsonSchema is JsonSchema7Any {
1014 return "$id" in jsonSchema && jsonSchema.$id === constAny.$id
1015}
1016
1017function isUnknown(jsonSchema: JsonSchema7): jsonSchema is JsonSchema7Unknown {
1018 return "$id" in jsonSchema && jsonSchema.$id === constUnknown.$id

Callers 1

compactUnionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…