MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / setRecord

Method setRecord

tools/xsbug-log/xsbug-profile.js:156–158  ·  view source on GitHub ↗
(id, name, path, line)

Source from the content-addressed store, hash-verified

154 }
155 }
156 setRecord(id, name, path, line) {
157 this.records.set(id, new ProfileRecord(id, name, path, line));
158 }
159 start(when) {
160 this.empty();
161 this.startTime = when;

Callers 1

onProfileRecordMethod · 0.45

Calls 1

setMethod · 0.65

Tested by

no test coverage detected