MCPcopy Index your code

hub / github.com/eosrio/hyperion-history-api / functions

Functions838 in github.com/eosrio/hyperion-history-api

↓ 1,079 callersMethodlog
(msg: string)
tests/e2e/lib/explorer-runner.ts:179
↓ 449 callersFunctionhLog
(input: any, ...extra: any[])
src/indexer/helpers/common_functions.ts:369
↓ 229 callersMethodget
(path: string)
tests/e2e/lib/api-tests.ts:286
↓ 116 callersMethodsend
(req_data: (string | any)[])
src/indexer/workers/state-reader.ts:839
↓ 88 callersFunctiondebugLog
(text: any, ...extra: any[])
src/indexer/helpers/common_functions.ts:395
↓ 56 callersFunctiongetRouteName
(filename: string)
src/api/helpers/functions.ts:879
↓ 52 callersMethodassert
(condition: boolean, message: string)
tests/e2e/lib/api-tests.ts:298
↓ 41 callersFunctionaddApiRoute
( fastifyInstance: FastifyInstance, method: HTTPMethods | HTTPMethods[], routeName: string, ro
src/api/helpers/functions.ts:885
↓ 32 callersFunctiontimedQuery
( queryFunction: (fastify: FastifyInstance, request: FastifyRequest) => Promise<any>, fastify: Fastify
src/api/helpers/functions.ts:946
↓ 30 callersMethodclose
()
src/cli/controller-client/controller.client.ts:253
↓ 27 callersFunctioncheckMetaFilter
(filter: RequestFilter, _source: any, metaField: string)
src/indexer/helpers/common_functions.ts:260
↓ 26 callersMethodemit
(trigger: string, data: any)
src/indexer/modules/alertsManager.ts:283
↓ 24 callersMethodtest
(name: string, endpoint: string, fn: () => Promise<void>)
tests/e2e/lib/api-tests.ts:304
↓ 23 callersFunctionmakeTrace
* Helper to create a minimal ActionTrace-like object for testing. * Uses realistic Antelope ordinals: each trace gets a unique action_ordinal, * and
tests/unit/action-dedup.test.ts:9
↓ 22 callersFunctionextendResponseSchema
(responseProps: any)
src/api/helpers/functions.ts:779
↓ 21 callersFunctiongetSortDir
(query, maxAscWindowDays = 90)
src/api/routes/v2-history/get_actions/functions.ts:273
↓ 19 callersFunctionmakeAction
* Helper to create a minimal action as it would appear from ES (post-indexing). * Simulates both correctly-grouped data (multiple receipts) and * fr
tests/unit/regroup-actions.test.ts:9
↓ 18 callersMethodcleos
* Run a cleos command inside the nodeos container.
tests/e2e/lib/contract-deployer.ts:55
↓ 16 callersFunctionaddChainApiRoute
(fastify: FastifyInstance, routeName, description, props?, required?)
src/api/helpers/functions.ts:1136
↓ 15 callersFunctionflatMap
(payloads: Message[], builder: (payload: Message, body: any) => any)
src/indexer/helpers/elastic-routes.ts:36
↓ 15 callersFunctionprompt
(query: string)
src/cli/hyp-config.ts:737
↓ 14 callersFunctionisBlockNumber
(v: any)
src/api/routes/v2-history/get_actions/functions.ts:75
↓ 13 callersFunctionapplyTimeFilter
(query, queryStruct)
src/api/routes/v2-history/get_actions/functions.ts:79
↓ 13 callersFunctionextendQueryStringSchema
(queryParams: any, required?: string[])
src/api/helpers/functions.ts:808
↓ 13 callersFunctiongetLastResult
(results: estypes.SearchResponse<any, any>)
src/indexer/helpers/common_functions.ts:53
↓ 13 callersFunctionreadConnectionConfig
()
src/cli/repair-cli/functions.ts:8
↓ 12 callersFunctioncreateHealth
( cached: boolean, name: string, status: string, data?: ResponseType, refTime?: bigint )
src/api/routes/v2/health/health.ts:43
↓ 11 callersFunctionbufferFromJson
(data: any, useFlatstr?: boolean)
src/indexer/workers/deserializer.ts:51
↓ 10 callersMethodisExpectedError
* Check if a cleos error message indicates a safe, expected state.
tests/e2e/lib/contract-deployer.ts:75
↓ 9 callersMethodaddWorker
(def: HyperionWorkerDef)
src/indexer/modules/master.ts:1037
↓ 9 callersFunctionbadRequest
(message: string)
src/api/routes/v2-history/get_actions/functions.ts:237
↓ 9 callersMethodesQuery
(index: string, body: any)
tests/e2e/lib/integrity-checker.ts:121
↓ 9 callersFunctionformatValue
(value: any)
src/cli/hyp-config.ts:1402
↓ 9 callersFunctiongetSkipLimit
(query: any, max?: number)
src/api/routes/v2-history/get_actions/functions.ts:243
↓ 9 callersFunctionmakeScriptedOp
(id: string, body: any, retry_on_conflict = 3)
src/indexer/helpers/elastic-routes.ts:23
↓ 9 callersFunctionregroupActions
(actions: any[])
src/api/helpers/regroup-actions.ts:13
↓ 8 callersMethod_sendRequestAndAwaitResponse
( requestPayload: any, successCondition: ( message: any, resolve: (val
src/cli/controller-client/controller.client.ts:108
↓ 8 callersFunctionbuildReplacementText
(key,value)
scripts/fix_missing_blocks/fix-missing-blocks.py:217
↓ 8 callersMethodclose
(graceful: boolean)
src/indexer/connections/state-history.ts:123
↓ 8 callersFunctiondockerCompose
(args: string, opts: { silent?: boolean } = {})
tests/e2e/hyp-test.ts:78
↓ 8 callersFunctiongetNestedValue
(obj: any, path: string)
src/cli/hyp-config.ts:1374
↓ 8 callersFunctiongetTrackTotalHits
(query)
src/api/helpers/functions.ts:917
↓ 8 callersFunctiongroupActionTraces
(processedTraces: ActionTrace[])
src/indexer/helpers/action-dedup.ts:34
↓ 8 callersFunctionmergeActionMeta
(action: any, keep?: boolean)
src/api/helpers/functions.ts:842
↓ 8 callersFunctionreadChainConfig
(chain: string)
src/cli/repair-cli/functions.ts:28
↓ 8 callersFunctionreplacement
(Path, text, subs, flags=0)
scripts/fix_missing_blocks/fix-missing-blocks.py:206
↓ 7 callersFunctionaddRoute
(server: FastifyInstance, handlersPath: string, prefix: string)
src/api/routes.ts:18
↓ 7 callersMethodaddRoute
(indexType: string, bulkGenerator: BulkGeneratorFunction, routerFunc
src/indexer/helpers/elastic-routes.ts:512
↓ 7 callersMethodgetChainInfo
* Check if nodeos is producing blocks.
tests/e2e/lib/chain-manager.ts:152
↓ 7 callersFunctiongetTotalValue
(searchResponse: estypes.SearchResponse)
src/api/helpers/functions.ts:22
↓ 7 callersFunctionnewStruct
()
tests/unit/query-guards.test.ts:105
↓ 7 callersFunctionthrowAndQuit
(message: string)
src/cli/hpm.ts:29
↓ 6 callersMethodconnect
()
src/cli/controller-client/controller.client.ts:12
↓ 6 callersFunctiongetConnections
()
src/cli/hyp-config.ts:68
↓ 6 callersFunctiongetExampleConfig
()
src/cli/hyp-config.ts:77
↓ 6 callersFunctiongetNested
(path_array: string[], jsonObj: Record<string, any>, operator?: string)
src/indexer/helpers/common_functions.ts:230
↓ 6 callersMethodpost
(path: string, body: any)
tests/e2e/lib/api-tests.ts:290
↓ 6 callersFunctionwaitForService
(url: string, name: string, timeoutSec = 60)
tests/e2e/hyp-test.ts:86
↓ 6 callersFunctionwaitUntilReady
(executor: () => Promise<boolean>, attempts: number, interval: number, onError: () => void)
src/indexer/helpers/common_functions.ts:408
↓ 5 callersFunctionaddTermMatch
(data, search_body, field)
src/api/helpers/functions.ts:717
↓ 5 callersFunctioncreateExplorerRunner
(verbose = false)
tests/e2e/hyp-test.ts:120
↓ 5 callersFunctiongetChainManagerAndEndpoints
()
tests/e2e/hyp-test.ts:102
↓ 5 callersFunctiongetFirstIndexedBlock
(client: Client, blockIndex: string)
src/cli/repair-cli/functions.ts:34
↓ 5 callersFunctioninitESClient
(config: any)
src/cli/repair-cli/functions.ts:14
↓ 5 callersMethodlaunchWorkers
()
src/indexer/modules/master.ts:1065
↓ 5 callersFunctionmergeDeltaMeta
(delta: any, keep?: boolean)
src/api/helpers/functions.ts:854
↓ 5 callersMethodpublish
(topic: RecognizedString, data: any)
src/indexer/modules/controller.ts:22
↓ 5 callersMethodpushAction
* Push an action and record the trx_id in the manifest. * When useNonce is true, appends a unique nonce value to prevent duplicate transaction er
tests/e2e/lib/load-generator.ts:80
↓ 5 callersMethodpushToIndexQueue
(data: any, type: string)
src/indexer/workers/deserializer.ts:1259
↓ 5 callersMethodsend
(request)
tests/test-socket.js:39
↓ 5 callersFunctionsyncWithPauseResume
(chain: string, type: string, synchronizer: any, host?: string, contract?: string, table?: string)
src/cli/hyp-control.ts:14
↓ 4 callersFunctionaddRedirect
(server: FastifyInstance, url: string, redirectTo: string)
src/api/routes.ts:7
↓ 4 callersMethodbuild
Build the explorer with the e2e configuration
tests/e2e/lib/explorer-runner.ts:67
↓ 4 callersMethodcleos
* Run a cleos command inside the nodeos container and return the output.
tests/e2e/lib/load-generator.ts:63
↓ 4 callersFunctioncreateEsClient
()
src/cli/hyp-es-config.ts:161
↓ 4 callersMethodemitAlert
(msgType: HyperionAlertTypes, message: WorkerMessage | string)
src/indexer/modules/master.ts:1814
↓ 4 callersMethodexec
(cmd: string, cwd?: string)
tests/e2e/lib/chain-manager.ts:86
↓ 4 callersFunctionfilterToObj
(chain: string, type: string, filters: string[])
src/api/routes/v2/get_filters/get_filters.ts:4
↓ 4 callersMethodgenerateConfigs
* Generate all configuration files needed for the test run.
tests/e2e/lib/indexer-runner.ts:317
↓ 4 callersMethodgetApiUrl
()
src/cli/queue-manager/queue.manager.ts:54
↓ 4 callersMethodgetAuthHeaders
()
src/cli/queue-manager/queue.manager.ts:43
↓ 4 callersFunctiongetConfigPath
()
src/indexer/helpers/common_functions.ts:12
↓ 4 callersMethodgetIndexingStatus
* Check current ES indexing status via the host-exposed port.
tests/e2e/lib/indexer-runner.ts:419
↓ 4 callersMethodinstall
Install dependencies if needed
tests/e2e/lib/explorer-runner.ts:49
↓ 4 callersMethodlogTime
(tRef: bigint)
src/api/server.ts:625
↓ 4 callersFunctionmakeControllerRequest
(chain: string, endpoint: string, host?: string)
src/cli/hyp-control.ts:200
↓ 4 callersFunctionmessageAllWorkers
(cl: Cluster, payload: { event: string, target?: string, data?: any })
src/indexer/helpers/common_functions.ts:204
↓ 4 callersMethodpause
(type: string)
src/cli/controller-client/controller.client.ts:198
↓ 4 callersMethodprepareMongoClient
()
src/indexer/connections/manager.class.ts:209
↓ 4 callersMethodpublishIndexerStatus
(status: 'none' | 'offline' | 'delayed' | 'active')
src/api/qry-hub/base-publisher.ts:197
↓ 4 callersMethodresume
(type: string, mId: string)
src/cli/controller-client/controller.client.ts:214
↓ 4 callersMethodrunAll
* Run all API tests and return results.
tests/e2e/lib/api-tests.ts:37
↓ 4 callersFunctionsaveState
()
src/cli/hpm.ts:355
↓ 4 callersMethodserve
Serve the built explorer using the Angular SSR server
tests/e2e/lib/explorer-runner.ts:79
↓ 4 callersMethodstop
()
src/cli/controller-client/controller.client.ts:289
↓ 4 callersMethodstopIndexer
* Stop and remove the indexer container.
tests/e2e/lib/indexer-runner.ts:353
↓ 4 callersFunctionupdateChainConfigPartitions
(chain: string, partitionSizes: Record<string, number>)
src/cli/hyp-es-config.ts:475
↓ 4 callersMethodwaitForHealth
( service: string, check: () => Promise<boolean>, maxRetries = 60, intervalMs
tests/e2e/lib/chain-manager.ts:205
↓ 3 callersFunctionbuildPlugin
(name, flags)
src/cli/hpm.ts:66
↓ 3 callersFunctioncheckMongoDB
(conn: HyperionConnections)
src/cli/hyp-config.ts:666
next →1–100 of 838, ranked by callers