MCPcopy Create free account
hub / github.com/MiloOweno/vector-mesh / getBytecodeQueryKey

Function getBytecodeQueryKey

packages/core/src/query/getBytecode.ts:41–45  ·  view source on GitHub ↗
(
  options: GetBytecodeOptions<config>,
)

Source from the content-addressed store, hash-verified

39export type GetBytecodeData = GetBytecodeQueryFnData
40
41export function getBytecodeQueryKey<config extends Config>(
42 options: GetBytecodeOptions<config>,
43) {
44 return ['getBytecode', filterQueryOptions(options)] as const
45}
46
47export type GetBytecodeQueryKey<config extends Config> = ReturnType<
48 typeof getBytecodeQueryKey<config>

Callers 1

getBytecodeQueryOptionsFunction · 0.85

Calls 1

filterQueryOptionsFunction · 0.85

Tested by

no test coverage detected