Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/candybox2/candybox2.github.io
/ getQuest
Function
getQuest
code/main/TheArenaModule.ts:10–12 ·
view source on GitHub ↗
(questFolderName: string)
Source
from the content-addressed store, hash-verified
8
9
// Get a quest
10
export
function
getQuest(questFolderName: string): TheArenaModuleQuest{
11
return
quests[questFolderName];
12
}
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected