MCPcopy
hub / github.com/codeaashu/claude-code / isClmAllowedType

Function isClmAllowedType

src/tools/PowerShellTool/clmTypes.ts:209–211  ·  view source on GitHub ↗
(typeName: string)

Source from the content-addressed store, hash-verified

207 * Types NOT in this set trigger ask — they access system APIs CLM blocks.
208 */
209export function isClmAllowedType(typeName: string): boolean {
210 return CLM_ALLOWED_TYPES.has(normalizeTypeName(typeName))
211}
212

Callers 2

checkComObjectFunction · 0.85
checkTypeLiteralsFunction · 0.85

Calls 2

normalizeTypeNameFunction · 0.85
hasMethod · 0.45

Tested by

no test coverage detected