Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/
Class
curriculum/src/test/utils/mongo-ids.js:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
const
schema = Joi.objectId();
5
6
class
MongoIds {
7
constructor() {
8
this.known = [];
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected