MCPcopy Create free account
hub / github.com/codecombat/codecombat / getSession

Function getSession

test/app/views/play/level/tome/Problem.spec.js:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 // boilerplate problem params
12 const ace = {
13 getSession() { return {
14 getDocument() { return {
15 createAnchor() {}
16 }; },
17 addMarker() {}
18 }; }
19 };
20 const aether = {
21 raw: "this.say('hi');\nthis.sad('bye');",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected