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

Function isVBorder

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

Source from the content-addressed store, hash-verified

28function isCorner(ch) { return CORNERS_ASCII.has(ch) || CORNERS_UNICODE.has(ch); }
29function isHBorder(ch) { return H_BORDERS.has(ch); }
30function isVBorder(ch) { return V_BORDERS.has(ch); }
31
32function charAt(lines, x, y) {
33 if (y < 0 || y >= lines.length) return '';

Callers 1

verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected