Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
export
function
isSupportedTarget(target) {
43
return
SUPPORTED_TARGETS.includes(target);
44
}
45
46
/**
47
* @typedef {Object} NativeDepDescriptor
Callers
2
native-deps.test.ts
File · 0.90
resolveTargetDeps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected