MCPcopy Create free account

hub / github.com/cmackenzie1/holster / functions

Functions3,030 in github.com/cmackenzie1/holster

↓ 1 callersFunctionupdateDocumentTags
( db: Database, documentId: bigint, tagIds: bigint[], )
workers/paperless/src/db/repositories/documents.ts:550
↓ 1 callersFunctionupdateTag
( db: Database, id: bigint, updates: { name?: string; color?: string | null }, )
workers/paperless/src/db/repositories/tags.ts:104
↓ 1 callersFunctionverifyCloudflareAccess
( request: Request, )
workers/paperless/src/utils/cloudflare-access.ts:172
↓ 1 callersFunctionverifySignature
* Verify the JWT signature.
workers/paperless/src/utils/cloudflare-access.ts:136
↓ 1 callersFunctionwantsHtml
(request: Request)
workers/echo/src/index.ts:174
↓ 1 callersFunctionwantsHtml
(request: Request)
workers/parking/src/index.ts:99
↓ 1 callersFunctionwantsJson
(c: { req: { query: (k: string) => string | undefined; raw: Request }; })
workers/dns/src/index.ts:98
↓ 1 callersFunctionwantsJson
(c: { req: { query: (k: string) => string | undefined; raw: Request }; })
workers/echo/src/index.ts:177
↓ 1 callersFunctionwantsJson
(c: { req: { query: (k: string) => string | undefined; raw: Request }; })
workers/parking/src/index.ts:102
↓ 1 callersFunctionwantsJson
(c: { req: { query: (k: string) => string | undefined; raw: Request }; })
workers/rand/src/index.ts:19
Method"assert"
(condition?: boolean, ...data: any[])
workers/gradient/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/dns/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/echo/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/rdap/worker-configuration.d.ts:103
Method"assert"
(condition?: boolean, ...data: any[])
workers/paperless/worker-configuration.d.ts:116
Method"assert"
(condition?: boolean, ...data: any[])
workers/codec/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/hash/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/stocks/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/parking/worker-configuration.d.ts:102
Method"assert"
(condition?: boolean, ...data: any[])
workers/ip/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/rand/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/jwt/worker-configuration.d.ts:101
Method"assert"
(condition?: boolean, ...data: any[])
workers/hello-world/worker-configuration.d.ts:105
FunctionBulkCorrespondentModal
({ documentIds, allCorrespondents, onClose, onSuccess, }: { documentIds: string[]; allCorrespondents: Co
workers/paperless/src/routes/index.tsx:2360
FunctionBulkTagModal
({ documentIds, allTags, onClose, onSuccess, }: { documentIds: string[]; allTags: TagData[]; onClose: (
workers/paperless/src/routes/index.tsx:2131
FunctionCategoriesPage
()
workers/paperless/src/routes/categories.tsx:61
FunctionCategorySelectorModal
({ documentId, currentCategoryId, allCategories, onClose, onUpdate, }: { documentId: string; currentCat
workers/paperless/src/routes/documents.$id.tsx:1856
FunctionCorrespondentManagerModal
({ onClose, onUpdate, }: { onClose: () => void; onUpdate: () => void; })
workers/paperless/src/routes/index.tsx:1875
FunctionCorrespondentSelectorModal
({ documentId, currentCorrespondentId, allCorrespondents, onClose, onUpdate, }: { documentId: string; c
workers/paperless/src/routes/documents.$id.tsx:2018
FunctionCorrespondentsPage
()
workers/paperless/src/routes/correspondents.tsx:63
FunctionDashboard
()
workers/paperless/src/routes/index.tsx:330
FunctionDocumentErrorPage
({ error, reset }: ErrorComponentProps)
workers/paperless/src/routes/documents.$id.tsx:289
FunctionDocumentView
()
workers/paperless/src/routes/documents.$id.tsx:356
FunctionErrorPage
({ error, reset }: ErrorComponentProps)
workers/paperless/src/routes/__root.tsx:132
FunctionHeader
({ children, version, }: { children?: React.ReactNode; version?: VersionInfo | null; })
workers/paperless/src/components/Header.tsx:231
FunctionHome
()
workers/paperless/src/routes/demo/start.server-funcs.tsx:14
FunctionHome
()
workers/paperless/src/routes/demo/start.api-request.tsx:14
FunctionNotFoundPage
()
workers/paperless/src/routes/__root.tsx:100
FunctionRootDocument
({ children }: { children: React.ReactNode })
workers/paperless/src/routes/__root.tsx:66
FunctionRootLayout
()
workers/paperless/src/routes/__root.tsx:91
FunctionRouteComponent
()
workers/paperless/src/routes/demo/start.ssr.full-ssr.tsx:9
FunctionRouteComponent
()
workers/paperless/src/routes/demo/start.ssr.spa-mode.tsx:10
FunctionRouteComponent
()
workers/paperless/src/routes/demo/start.ssr.data-only.tsx:10
FunctionRouteComponent
()
workers/paperless/src/routes/demo/start.ssr.index.tsx:7
FunctionSearchBar
({ onSearch, initialValue = "", className = "", }: { onSearch: (query: string) => void; initialValue?: st
workers/paperless/src/components/Header.tsx:17
FunctionSidebar
({ isOpen, onClose, onUploadClick, onSearch, searchQuery, }: { isOpen?: boolean; onClose?: () => void;
workers/paperless/src/components/Header.tsx:75
FunctionTagManagerModal
({ onClose, onUpdate, }: { onClose: () => void; onUpdate: () => void; })
workers/paperless/src/routes/index.tsx:1598
FunctionTagSelectorModal
({ documentId, currentTagIds, allTags: initialTags, onClose, onUpdate, }: { documentId: string; current
workers/paperless/src/routes/documents.$id.tsx:1520
FunctionTagsPage
()
workers/paperless/src/routes/tags.tsx:62
FunctionTimelineEntry
({ event, deletingCommentId, onDeleteComment, }: { event: TimelineEvent; deletingCommentId: string | null
workers/paperless/src/routes/documents.$id.tsx:1756
FunctionTrashPage
()
workers/paperless/src/routes/trash.tsx:92
FunctionUploadModal
({ onClose, onSuccess, }: { onClose: () => void; onSuccess: () => void; })
workers/paperless/src/routes/index.tsx:1378
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/gradient/worker-configuration.d.ts:2166
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/dns/worker-configuration.d.ts:2202
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/echo/worker-configuration.d.ts:2154
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/rdap/worker-configuration.d.ts:2156
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/paperless/worker-configuration.d.ts:2193
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/codec/worker-configuration.d.ts:2202
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/hash/worker-configuration.d.ts:2154
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/stocks/worker-configuration.d.ts:2154
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/parking/worker-configuration.d.ts:2203
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/ip/worker-configuration.d.ts:2154
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/rand/worker-configuration.d.ts:2154
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/jwt/worker-configuration.d.ts:2202
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
workers/hello-world/worker-configuration.d.ts:2158
Methodabort
(reason?: string)
workers/gradient/worker-configuration.d.ts:520
Methodabort
()
workers/gradient/worker-configuration.d.ts:1935
Methodabort
(reason?: string)
workers/dns/worker-configuration.d.ts:543
Methodabort
(name: string, reason: any)
workers/dns/worker-configuration.d.ts:612
Methodabort
()
workers/dns/worker-configuration.d.ts:1971
Methodabort
(reason?: string)
workers/echo/worker-configuration.d.ts:516
Methodabort
()
workers/echo/worker-configuration.d.ts:1923
Methodabort
(reason?: string)
workers/rdap/worker-configuration.d.ts:518
Methodabort
()
workers/rdap/worker-configuration.d.ts:1925
Methodabort
(reason?: string)
workers/paperless/worker-configuration.d.ts:535
Methodabort
()
workers/paperless/worker-configuration.d.ts:1962
Methodabort
(reason?: string)
workers/codec/worker-configuration.d.ts:543
Methodabort
(name: string, reason: any)
workers/codec/worker-configuration.d.ts:612
Methodabort
()
workers/codec/worker-configuration.d.ts:1971
Methodabort
(reason?: string)
workers/hash/worker-configuration.d.ts:516
Methodabort
()
workers/hash/worker-configuration.d.ts:1923
Methodabort
(reason?: string)
workers/stocks/worker-configuration.d.ts:516
Methodabort
()
workers/stocks/worker-configuration.d.ts:1923
Methodabort
(reason?: string)
workers/parking/worker-configuration.d.ts:544
Methodabort
(name: string, reason: any)
workers/parking/worker-configuration.d.ts:613
Methodabort
()
workers/parking/worker-configuration.d.ts:1972
Methodabort
(reason?: string)
workers/ip/worker-configuration.d.ts:516
Methodabort
()
workers/ip/worker-configuration.d.ts:1923
Methodabort
(reason?: string)
workers/rand/worker-configuration.d.ts:516
Methodabort
()
workers/rand/worker-configuration.d.ts:1923
Methodabort
(reason?: string)
workers/jwt/worker-configuration.d.ts:543
Methodabort
(name: string, reason: any)
workers/jwt/worker-configuration.d.ts:612
Methodabort
()
workers/jwt/worker-configuration.d.ts:1971
Methodabort
(reason?: string)
workers/hello-world/worker-configuration.d.ts:520
Methodabort
()
workers/hello-world/worker-configuration.d.ts:1927
Methodaccept
()
workers/gradient/worker-configuration.d.ts:3033
Methodaccept
(options?: WebSocketAcceptOptions)
workers/dns/worker-configuration.d.ts:3077
Methodaccept
()
workers/echo/worker-configuration.d.ts:3020
Methodaccept
()
workers/rdap/worker-configuration.d.ts:3022
Methodaccept
()
workers/paperless/worker-configuration.d.ts:3060
← previousnext →201–300 of 3,030, ranked by callers