Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getDocument
Function
getDocument
test/app/views/play/level/tome/Problem.spec.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
const
ace = {
13
getSession() {
return
{
14
getDocument() {
return
{
15
createAnchor() {}
16
}; },
17
addMarker() {}
18
}; }
19
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected