MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / text

Method text

src/background/sync/webdav.js:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 text() {
64 const { node } = this;
65 if (node) return (node.textContent || '').trim();
66 }
67
68 children() {
69 if (!this[KEY_CHILDREN]) {

Callers 2

readdirFunction · 0.45
loadUpdatedLocalesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected