MCPcopy
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
51Note.DEFAULT_CONFIGS = {

Callers 3

modelMethod · 0.45
modelMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected