MCPcopy Create free account
hub / github.com/pulsar-edit/pulsar / getSyntaxTreeScopeDescriptor

Method getSyntaxTreeScopeDescriptor

src/cursor.js:214–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 //
213 // Returns a {ScopeDescriptor}
214 getSyntaxTreeScopeDescriptor() {
215 return this.editor.syntaxTreeScopeDescriptorForBufferPosition(
216 this.getBufferPosition()
217 );
218 }
219
220 // Public: Returns true if this cursor has no non-whitespace characters before
221 // its current position.

Callers 1

Tested by

no test coverage detected