MCPcopy Index your code
hub / github.com/codeaashu/claude-code / strEquals

Function strEquals

src/tools/PowerShellTool/powershellPermissions.ts:178–180  ·  view source on GitHub ↗
(a: string, b: string)

Source from the content-addressed store, hash-verified

176 const command = input.command.trim()
177
178 function strEquals(a: string, b: string): boolean {
179 return a.toLowerCase() === b.toLowerCase()
180 }
181 function strStartsWith(str: string, prefix: string): boolean {
182 return str.toLowerCase().startsWith(prefix.toLowerCase())
183 }

Callers 2

matchesCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected