Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getmaxun/maxun
/ close
Method
close
server/src/sdk/selectorValidator.ts:840–843 ·
view source on GitHub ↗
* Clear page reference
()
Source
from the content-addressed store, hash-verified
838
* Clear page reference
839
*/
840
async
close(): Promise<void> {
841
this.page = null;
842
logger.info(
'Page reference cleared'
);
843
}
844
}
Callers
15
enrichWorkflow
Method · 0.95
generateWorkflowFromPrompt
Method · 0.95
generateWorkflowFromPromptWithSearch
Method · 0.95
generateMultiSiteWorkflowFromSearch
Method · 0.95
shutdown
Function · 0.80
carryOutSteps
Method · 0.80
runLoop
Method · 0.80
goToMainMenu
Function · 0.80
SaveRecording
Function · 0.80
notifyRecordingTabsToClose
Function · 0.80
PageWrapper
Function · 0.80
handleRecordingTimeout
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected