Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmackenzie1/holster
/ functions
Functions
3,030 in github.com/cmackenzie1/holster
⨍
Functions
3,030
◇
Types & classes
5,929
↓ 83 callers
Method
json
()
workers/hello-world/worker-configuration.d.ts:1955
↓ 74 callers
Method
log
* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
workers/hello-world/worker-configuration.d.ts:177
↓ 72 callers
Method
get
* Retrieves details for a single watermark profile. * @param watermarkId The watermark profile identifier. * @returns The watermark profile
workers/jwt/worker-configuration.d.ts:12111
↓ 66 callers
Method
text
()
workers/hello-world/worker-configuration.d.ts:1954
↓ 64 callers
Method
toString
()
workers/hello-world/worker-configuration.d.ts:481
↓ 54 callers
Function
createDbFromHyperdrive
(hyperdrive: Hyperdrive)
workers/paperless/src/db/index.ts:10
↓ 50 callers
Function
fetch
(request: Request)
workers/paperless/src/server.ts:40
↓ 48 callers
Method
update
* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws {@link ImagesError} if
workers/jwt/worker-configuration.d.ts:11060
↓ 44 callers
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
workers/hello-world/worker-configuration.d.ts:1515
↓ 42 callers
Method
error
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
workers/hello-world/worker-configuration.d.ts:147
↓ 35 callers
Function
postProcessContent
(raw: string)
workers/paperless/src/utils/post-process.ts:102
↓ 28 callers
Method
limit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @
workers/hello-world/worker-configuration.d.ts:9987
↓ 25 callers
Method
set
* Set a new stored value
workers/hello-world/worker-configuration.d.ts:9580
↓ 24 callers
Function
fetch
(path: string, headers?: Record<string, string>)
workers/gradient/test/index.spec.ts:9
↓ 23 callers
Function
escapeHtml
(s: string)
packages/html/src/index.ts:78
↓ 20 callers
Method
fetch
(request: Request)
workers/hello-world/worker-configuration.d.ts:470
↓ 17 callers
Function
parseAIResponse
(raw: string)
workers/paperless/src/utils/ai-suggestions.ts:55
↓ 16 callers
Function
matchSuggestions
( response: AIResponse, existingTags: Array<{ id: string; name: string }>, existingCorrespondents: Array<{
workers/paperless/src/utils/ai-suggestions.ts:123
↓ 15 callers
Method
delete
* Delete a hosted image * @returns True if deleted, false if not found
workers/jwt/worker-configuration.d.ts:11065
↓ 14 callers
Function
send
( url: string, init?: RequestInit & { headers?: Record<string, string> }, )
workers/parking/test/index.spec.ts:9
↓ 11 callers
Function
send
( url: string, init?: RequestInit & { headers?: Record<string, string> }, )
workers/echo/test/index.spec.ts:19
↓ 10 callers
Function
htmlPage
( title: string, body: string, extraCss?: string, )
packages/html/src/index.ts:49
↓ 10 callers
Method
values
(options?: ReadableStreamValuesOptions)
workers/hello-world/worker-configuration.d.ts:2157
↓ 8 callers
Function
send
( url: string, init?: RequestInit & { headers?: Record<string, string> }, )
workers/dns/test/index.spec.ts:9
↓ 7 callers
Function
fetchCorrespondents
()
workers/paperless/src/routes/correspondents.tsx:81
↓ 7 callers
Function
fetchTags
()
workers/paperless/src/routes/tags.tsx:84
↓ 7 callers
Function
generateColorFromString
(str: string)
workers/paperless/src/utils/format.ts:22
↓ 7 callers
Function
hashString
(str: string)
workers/gradient/src/index.ts:45
↓ 7 callers
Method
wait
(delay: number, maybeOptions?: SchedulerWaitOptions)
workers/hello-world/worker-configuration.d.ts:835
↓ 5 callers
Method
arrayBuffer
()
workers/hello-world/worker-configuration.d.ts:1952
↓ 5 callers
Function
listCategories
(db: Database)
workers/paperless/src/db/repositories/categories.ts:15
↓ 5 callers
Function
listCorrespondents
( db: Database, )
workers/paperless/src/db/repositories/correspondents.ts:13
↓ 5 callers
Function
listTags
(db: Database)
workers/paperless/src/db/repositories/tags.ts:15
↓ 5 callers
Method
put
(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions)
workers/hello-world/worker-configuration.d.ts:1817
↓ 5 callers
Function
taggedEmail
(domain: string)
workers/parking/src/index.ts:7
↓ 4 callers
Function
cancelEditing
()
workers/paperless/src/routes/index.tsx:1641
↓ 4 callers
Function
get
(path: string, headers?: Record<string, string>)
workers/codec/test/index.spec.ts:9
↓ 4 callers
Function
get
(path: string, headers?: Record<string, string>)
workers/jwt/test/index.spec.ts:9
↓ 4 callers
Function
httpAnalytics
(binding?: AnalyticsEngineDataset)
packages/analytics/src/index.ts:140
↓ 4 callers
Function
mockBinding
()
packages/analytics/test/index.test.ts:5
↓ 4 callers
Function
normalizeTagName
* Normalize a tag name for comparison: trim and lowercase.
workers/paperless/src/routes/documents.$id.tsx:1492
↓ 4 callers
Method
notifyAll
* Notifies all waiting clients that data is available. * This will resolve all pending wait promises with the provided data. * * @param data - O
packages/condition/src/index.ts:81
↓ 4 callers
Method
observe
(request: Request)
packages/analytics/src/index.ts:117
↓ 4 callers
Method
transaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
workers/hello-world/worker-configuration.d.ts:544
↓ 4 callers
Function
truncateContent
(content: string)
workers/paperless/src/utils/ai-suggestions.ts:47
↓ 3 callers
Function
base64UrlDecode
* Base64URL decode a string.
workers/paperless/src/utils/cloudflare-access.ts:72
↓ 3 callers
Method
body
()
workers/hello-world/worker-configuration.d.ts:1950
↓ 3 callers
Function
escapeHtml
(s: string)
workers/parking/src/index.ts:20
↓ 3 callers
Function
f
(n: number)
workers/paperless/src/utils/format.ts:39
↓ 3 callers
Function
fetchCategories
()
workers/paperless/src/routes/categories.tsx:84
↓ 3 callers
Function
getDocumentById
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/documents.ts:72
↓ 3 callers
Function
recordIncomingEmail
( db: Database, params: { from: string; to: string; subject: string | null; rawEmailKey: string; r
workers/paperless/src/db/repositories/incoming-emails.ts:7
↓ 3 callers
Method
send
(message: Body, options?: QueueSendOptions)
workers/hello-world/worker-configuration.d.ts:1855
↓ 3 callers
Function
updateDocument
( db: Database, id: bigint, updates: { title?: string; content?: string | null; archiveSerialNumber?:
workers/paperless/src/db/repositories/documents.ts:387
↓ 2 callers
Method
ack
()
workers/hello-world/worker-configuration.d.ts:1879
↓ 2 callers
Method
append
(content: string | ReadableStream | Response, options?: ContentOptions)
workers/hello-world/worker-configuration.d.ts:1488
↓ 2 callers
Function
buildPayload
(domain: string)
workers/parking/src/index.ts:75
↓ 2 callers
Function
buildRequestDataPoint
(request: Request)
packages/analytics/src/index.ts:64
↓ 2 callers
Function
cancelEditing
()
workers/paperless/src/routes/categories.tsx:102
↓ 2 callers
Function
cancelEditing
()
workers/paperless/src/routes/tags.tsx:100
↓ 2 callers
Function
cancelEditing
()
workers/paperless/src/routes/correspondents.tsx:98
↓ 2 callers
Function
createCategory
( db: Database, name: string, color?: string | null, )
workers/paperless/src/db/repositories/categories.ts:65
↓ 2 callers
Function
createCorrespondent
( db: Database, name: string, )
workers/paperless/src/db/repositories/correspondents.ts:60
↓ 2 callers
Function
createDocumentWithFile
( db: Database, params: { title: string; objectKey: string; mimeType: string; sizeBytes: bigint; m
workers/paperless/src/db/repositories/documents.ts:834
↓ 2 callers
Function
createTag
( db: Database, name: string, color?: string | null, )
workers/paperless/src/db/repositories/tags.ts:72
↓ 2 callers
Function
findFileByMd5Hash
( db: Database, md5Hash: string, )
workers/paperless/src/db/repositories/files.ts:32
↓ 2 callers
Function
getAllProperties
(cf: IncomingRequestCfProperties | undefined)
workers/ip/src/index.ts:44
↓ 2 callers
Function
getIp
(request: Request)
workers/ip/src/index.ts:4
↓ 2 callers
Function
isValidAIResponse
(obj: unknown)
workers/paperless/src/utils/ai-suggestions.ts:78
↓ 2 callers
Function
listCommentsByDocument
( db: Database, documentId: bigint, )
workers/paperless/src/db/repositories/comments.ts:12
↓ 2 callers
Function
listDeletedDocuments
( db: Database, options: { limit?: number; cursor?: string } = {}, )
workers/paperless/src/db/repositories/documents.ts:637
↓ 2 callers
Function
listSuggestionsByDocument
( db: Database, documentId: bigint, )
workers/paperless/src/db/repositories/suggestions.ts:29
↓ 2 callers
Function
mailtoHref
(domain: string)
workers/parking/src/index.ts:11
↓ 2 callers
Function
parseSize
( value: string | undefined, defaultValue: number, )
workers/gradient/src/index.ts:94
↓ 2 callers
Function
permanentlyDeleteOldDocuments
( db: Database, )
workers/paperless/src/db/repositories/documents.ts:760
↓ 2 callers
Function
saveEdit
()
workers/paperless/src/routes/index.tsx:1647
↓ 2 callers
Function
startEditing
(tag: TagData)
workers/paperless/src/routes/index.tsx:1635
↓ 2 callers
Function
titleCase
(str: string)
workers/paperless/src/utils/ai-suggestions.ts:114
↓ 2 callers
Function
updateDocumentCategory
( db: Database, documentId: bigint, categoryId: bigint | null, )
workers/paperless/src/db/repositories/documents.ts:508
↓ 2 callers
Function
updateDocumentCorrespondent
( db: Database, documentId: bigint, correspondentId: bigint | null, )
workers/paperless/src/db/repositories/documents.ts:461
↓ 2 callers
Function
uploadDocument
(file: File)
workers/paperless/src/routes/index.tsx:267
↓ 2 callers
Function
wantsHtml
(request: Request)
workers/dns/src/index.ts:95
↓ 2 callers
Function
wantsHtml
(request: Request)
workers/ip/src/index.ts:7
↓ 2 callers
Function
wantsHtml
(request: Request)
workers/rand/src/index.ts:16
↓ 2 callers
Function
wantsJson
(c: { req: { query: (k: string) => string | undefined; raw: Request }; })
workers/ip/src/index.ts:10
↓ 2 callers
Method
writeDataPoint
(event?: AnalyticsEngineDataPoint)
workers/hello-world/worker-configuration.d.ts:588
↓ 1 callers
Function
acceptSuggestion
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/suggestions.ts:58
↓ 1 callers
Function
addDocumentTag
( db: Database, documentId: bigint, tagId: bigint, )
workers/paperless/src/db/repositories/documents.ts:600
↓ 1 callers
Function
buf2hex
(buffer: ArrayBuffer)
workers/hash/src/index.ts:3
↓ 1 callers
Function
buildEchoResult
( request: Request, body: unknown, encoding?: string, )
workers/echo/src/index.ts:71
↓ 1 callers
Function
buildNav
(activeTitle: string)
packages/html/src/index.ts:30
↓ 1 callers
Function
buildSvg
(opts: SvgOptions)
workers/gradient/src/index.ts:193
↓ 1 callers
Function
clearCompletedUploads
()
workers/paperless/src/routes/index.tsx:678
↓ 1 callers
Function
collapseHorizontalWhitespace
(text: string)
workers/paperless/src/utils/post-process.ts:83
↓ 1 callers
Function
collapseVerticalWhitespace
(text: string)
workers/paperless/src/utils/post-process.ts:87
↓ 1 callers
Function
createCategory
()
workers/paperless/src/routes/categories.tsx:127
↓ 1 callers
Function
createComment
( db: Database, documentId: bigint, content: string, )
workers/paperless/src/db/repositories/comments.ts:35
↓ 1 callers
Function
createCorrespondent
()
workers/paperless/src/routes/correspondents.tsx:122
↓ 1 callers
Function
createCorrespondent
()
workers/paperless/src/routes/index.tsx:1937
↓ 1 callers
Function
createSuggestions
( db: Database, suggestions: NewDocumentSuggestion[], )
workers/paperless/src/db/repositories/suggestions.ts:21
next →
1–100 of 3,030, ranked by callers