MCPcopy Create free account

hub / github.com/amrkmn/x / functions

Functions149 in github.com/amrkmn/x

↓ 1 callersFunctionmaterializeExtensions
( data: ExtensionsData, updates: ExtensionUpdate[] )
scripts/extensions.ts:310
↓ 1 callersFunctionmigrateMetadata
( cacheKey: string, old: CacheMetadata )
scripts/cache/metadata.ts:39
↓ 1 callersFunctionnormalizeBaseUrl
(value: string)
src/lib/site.ts:3
↓ 1 callersFunctionparseExtensionConfig
( value: unknown, path: string, category: string )
scripts/validation.ts:14
↓ 1 callersFunctionparseExtensionRepo
(value: unknown, path: string)
src/lib/validation.ts:65
↓ 1 callersFunctionparseExtensionsByCategory
(value: unknown)
src/lib/validation.ts:77
↓ 1 callersFunctionparseSearchIndexEntry
(value: unknown, path: string)
src/lib/validation.ts:104
↓ 1 callersFunctionparseTask
(args: string[])
scripts/task.ts:29
↓ 1 callersFunctionrefreshMetadata
(key: string, paths: string[])
scripts/cache.ts:39
↓ 1 callersFunctionreleaseLock
(s3: S3Client, instanceId: string)
scripts/cache/lock.ts:174
↓ 1 callersFunctionrenewLock
(s3: S3Client, instanceId: string)
scripts/cache/lock.ts:146
↓ 1 callersFunctionreportMaterializeFailures
( failures: Awaited<ReturnType<typeof materializeExtensions>>['failures'] )
scripts/task.ts:106
↓ 1 callersFunctionresolveCacheKey
( s3: S3Client, key: string, restoreKeys?: string[] )
scripts/cache/s3.ts:26
↓ 1 callersFunctionrestoreCache
( paths: string[], key: string, restoreKeys?: string[] )
scripts/cache.ts:67
↓ 1 callersFunctionsaveCache
(paths: string[], key: string)
scripts/cache.ts:152
↓ 1 callersFunctionsearchExtensionsFallback
(filters: SearchFilters)
src/lib/search/minisearch.ts:55
↓ 1 callersFunctionsetGithubOutput
(key: string, value: string)
scripts/extensions.ts:74
↓ 1 callersFunctionsetupHooks
()
scripts/setup-hooks.ts:26
↓ 1 callersFunctionshouldFailOnMaterializeErrors
()
scripts/extensions.ts:306
↓ 1 callersFunctionsupportsColor
()
scripts/log.ts:11
↓ 1 callersFunctiontoExtensionList
( data: ExtensionsData )
scripts/extensions.ts:90
↓ 1 callersFunctionupdateMetadataAccessTime
(cacheKey: string, metadata: CacheMetadata)
scripts/cache/metadata.ts:102
↓ 1 callersFunctionuploadCache
(key: string, sourcePath: string)
scripts/cache.ts:34
↓ 1 callersFunctionuploadFileToS3
(key: string, sourcePath: string)
scripts/cache/utils.ts:112
↓ 1 callersFunctionvalidateCache
(metadata: CacheMetadata)
scripts/cache/files.ts:12
↓ 1 callersFunctionwithLock
( s3: S3Client, callback: (instanceId: string) => Promise<T> )
scripts/cache/lock.ts:195
↓ 1 callersFunctionwithUploadProgress
* Wraps a body in a TransformStream that counts bytes flowing through * and calls `onProgress(uploadedBytes)` after each chunk. * * Note: `fetch()`
scripts/cache/client.ts:78
Methodcomplete
(bytes: number)
scripts/log.ts:162
Functionconstructor
( protected readonly writer: TerminalWriter, protected readonly throttleMs: number )
scripts/log.ts:120
Methodconstructor
(private readonly useColor = supportsColor())
scripts/log.ts:60
Methodconstructor
(private readonly interactive = isInteractiveTerminal())
scripts/log.ts:84
Methodconstructor
( writer: TerminalWriter, private readonly prefix: string, private readonly totalBytes
scripts/log.ts:141
Methodconstructor
( writer: TerminalWriter, private readonly formatter: ScopeFormatter, scope: string,
scripts/log.ts:184
FunctiongetFilterOptions
()
src/lib/search/meilisearch.ts:115
FunctiongetRemoteHead
(source: string)
scripts/extensions.ts:202
FunctioninitMeilisearch
(config: MeilisearchConfig)
src/lib/search/meilisearch.ts:42
MethodisInteractive
()
scripts/log.ts:112
FunctionisMinisearchReady
()
src/lib/search/minisearch.ts:47
FunctionloadAppData
()
src/lib/data.ts:6
Methodprogress
(message: string, newline = false)
scripts/log.ts:95
Methodprogress
(bytes: number)
scripts/log.ts:154
Functionpull
(controller)
scripts/cache/client.ts:97
Functionpull
(controller)
scripts/cache/utils.ts:93
FunctionsearchExtensions
(filters: SearchFilters)
src/lib/search/meilisearch.ts:67
FunctionshouldLog
()
scripts/log.ts:129
Functiontransform
(chunk, controller)
scripts/cache/client.ts:107
FunctiontransformMeilisearchHit
(hit: MeilisearchHit)
src/lib/search/meilisearch.ts:51
FunctionwithSiteUrl
(path = '/')
src/lib/site.ts:11
Functionwrite
(message: string, newline = false)
scripts/log.ts:125
← previous101–149 of 149, ranked by callers