Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adaptlearning/adapt_framework
/ checkIds
Method
checkIds
grunt/helpers/Data.js:161–164 ·
view source on GitHub ↗
@returns {Data}
()
Source
from the content-addressed store, hash-verified
159
160
/** @returns {Data} */
161
checkIds() {
162
this.languages.forEach(lang => lang.checkIds());
163
return
this;
164
}
165
166
/** @returns {Data} */
167
addTrackingIds() {
Callers
1
check-json.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected