MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / isPoint

Function isPoint

website/public/wasm/web-tree-sitter.js:119–121  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

117}
118__name(assertInternal, "assertInternal");
119function isPoint(point) {
120 return !!point && typeof point.row === "number" && typeof point.column === "number";
121}
122__name(isPoint, "isPoint");
123function setModule(module2) {
124 C = module2;

Callers 4

descendantForPositionMethod · 0.85
descendantForPositionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected