Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Easy-Editor/EasyEditor
/ locked
Method
locked
packages/core/src/document/node/node.ts:371–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
369
}
370
371
get locked() {
372
return
this.getExtraPropValue(
'locked'
) as boolean
373
}
374
375
get isLocked() {
376
return
this.locked
Callers
nothing calls this directly
Calls
1
getExtraPropValue
Method · 0.95
Tested by
no test coverage detected