MCPcopy Create free account
hub / github.com/fmhy/edit / getBookmarkForTime

Method getBookmarkForTime

api/worker-configuration.d.ts:766–766  ·  view source on GitHub ↗
(timestamp: number | Date)

Source from the content-addressed store, hash-verified

764 transactionSync<T>(closure: () => T): T
765 getCurrentBookmark(): Promise<string>
766 getBookmarkForTime(timestamp: number | Date): Promise<string>
767 onNextSessionRestoreBookmark(bookmark: string): Promise<string>
768}
769interface DurableObjectListOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected