MCPcopy Create free account
hub / github.com/SethGammon/Citadel / isWordChar

Function isWordChar

scripts/verify.cjs:154–154  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

152 // Find v/^ arrow heads and verify they have pipe above/below
153 // Skip characters that are part of words (e.g., 'v' in "Server", '^' in "car^et")
154 const isWordChar = (ch) => /[a-zA-Z0-9_]/.test(ch);
155
156 lines.forEach((line, y) => {
157 for (let x = 0; x < line.length; x++) {

Callers 1

verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected