MCPcopy Create free account
hub / github.com/unconed/TermKit / anchor

Function anchor

HTML/tokenfield/selection.js:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16 // Anchor/start of the selection.
17 get anchor() { return this._anchor; },
18 set anchor(point) {
19 this._focus.token = this._anchor.token = point.token || null;
20 this._focus.offset = this._anchor.offset = point.offset || 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected