MCPcopy Index your code
hub / github.com/openclaw/clawsweeper / boolString

Function boolString

src/commit-sweeper.ts:737–739  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

735}
736
737function boolString(value: string): boolean {
738 return /^(?:true|1|yes|on)$/i.test(value.trim());
739}
740
741function githubRunUrl(): string {
742 const server = process.env.GITHUB_SERVER_URL || "https://github.com";

Callers 1

dispatchFindingsCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected