Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ fromModel
Method
fromModel
lib/doc/note.js:44–48 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
42
}
43
44
static fromModel(model) {
45
const
note =
new
Note();
46
note.model = model;
47
return
note;
48
}
49
}
50
51
Note.DEFAULT_CONFIGS = {
Callers
3
model
Method · 0.45
model
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected