Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readdir
Function · 0.45
loadUpdatedLocales
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected