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

Method getCurrentBookmark

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

Source from the content-addressed store, hash-verified

486 sql: SqlStorage;
487 transactionSync<T>(closure: () => T): T;
488 getCurrentBookmark(): Promise<string>;
489 getBookmarkForTime(timestamp: number | Date): Promise<string>;
490 onNextSessionRestoreBookmark(bookmark: string): Promise<string>;
491}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected