MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / check

Method check

framework/framework/api.ts:36–38  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

34 [BINARY] = true;
35 constructor(public readonly data: Buffer, public filename: string) { }
36 static check(value: any): value is BinaryResponse {
37 return value && typeof value === 'object' && BINARY in value && value[BINARY] === true;
38 }
39}
40
41export class RedirectResponse {

Callers 1

allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected