Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onProfileRecord
Method · 0.45
Calls
1
set
Method · 0.65
Tested by
no test coverage detected