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

Function isCorner

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

Source from the content-addressed store, hash-verified

26const ARROW_HEAD_U = new Set(['^', '▲', '▴']);
27
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

Callers 1

verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected