MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isSupportedTarget

Function isSupportedTarget

apps/kimi-code/scripts/native/native-deps.mjs:42–44  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

40});
41
42export function isSupportedTarget(target) {
43 return SUPPORTED_TARGETS.includes(target);
44}
45
46/**
47 * @typedef {Object} NativeDepDescriptor

Callers 2

resolveTargetDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected