MCPcopy
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

enrichWorkflowMethod · 0.95
shutdownFunction · 0.80
carryOutStepsMethod · 0.80
runLoopMethod · 0.80
goToMainMenuFunction · 0.80
SaveRecordingFunction · 0.80
PageWrapperFunction · 0.80
handleRecordingTimeoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected