MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / encodeCreativeCursor

Function encodeCreativeCursor

server/src/training-agent/task-handlers.ts:2240–2242  ·  view source on GitHub ↗
(offset: number)

Source from the content-addressed store, hash-verified

2238}
2239
2240function encodeCreativeCursor(offset: number): string {
2241 return encodeOffsetCursor('creatives', offset);
2242}
2243
2244function decodeCreativeCursor(cursor: string | undefined): number | null {
2245 return decodeOffsetCursor('creatives', cursor);

Callers 2

handleListCreativesFunction · 0.85

Calls 1

encodeOffsetCursorFunction · 0.85

Tested by

no test coverage detected