MCPcopy Create free account
hub / github.com/idosal/git-mcp / onNextSessionRestoreBookmark

Method onNextSessionRestoreBookmark

worker-configuration.d.ts:490–490  ·  view source on GitHub ↗
(bookmark: string)

Source from the content-addressed store, hash-verified

488 getCurrentBookmark(): Promise<string>;
489 getBookmarkForTime(timestamp: number | Date): Promise<string>;
490 onNextSessionRestoreBookmark(bookmark: string): Promise<string>;
491}
492interface DurableObjectListOptions {
493 start?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected