Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Quorinex/Kiro-Go
/ functions
Functions
794 in github.com/Quorinex/Kiro-Go
⨍
Functions
794
◇
Types & classes
85
Function
TestPromptCacheTrackerComputeAndUpdate
(t *testing.T)
proxy/cache_tracker_test.go:9
Function
TestRecordApiKeyUsageConcurrent
(t *testing.T)
config/apikeys_test.go:171
Function
TestRecordSuccessForApiKeyEmptyIDIsNoop
(t *testing.T)
proxy/apikeys_test.go:293
Function
TestRecordSuccessForApiKeyUpdatesEntry
(t *testing.T)
proxy/apikeys_test.go:268
Function
TestRefreshAccountInfoDoesNotDisableBuilderIDWhenProfileLookupUnsupported
(t *testing.T)
proxy/kiro_api_test.go:217
Function
TestRegionalizeURLForProfileUsesPayloadProfileArnRegion
(t *testing.T)
proxy/kiro_api_test.go:46
Function
TestRegionalizeURLPrefersProfileArnRegion
(t *testing.T)
proxy/kiro_api_test.go:34
Function
TestReloadDropsOverQuotaAccountWhenAllowOverUsageDisabled
(t *testing.T)
pool/account_test.go:307
Function
TestReloadKeepsOverQuotaAccountWhenAllowOverUsage
--------------------------------------------------------------------------- Reload over-usage filtering ----------------------------------------------
pool/account_test.go:282
Function
TestResetApiKeyUsage
(t *testing.T)
config/apikeys_test.go:221
Function
TestResolveClaudeThinkingModeHonorsRequestThinking
(t *testing.T)
proxy/handler_test.go:209
Function
TestResolveClaudeThinkingResponseOptions
(t *testing.T)
proxy/handler_test.go:399
Function
TestResolveProfileArnFetchesAndCachesProfile
(t *testing.T)
proxy/kiro_api_test.go:60
Function
TestResolveProfileArnKeepsRefreshFallbackForBuilderIDUnsupportedLookup
(t *testing.T)
proxy/kiro_api_test.go:166
Function
TestResolveProfileArnReturnsCachedValueWithoutRequest
(t *testing.T)
proxy/kiro_api_test.go:15
Function
TestResolveProfileArnSuppressesBuilderIDUnsupportedLookup
(t *testing.T)
proxy/kiro_api_test.go:121
Function
TestResponsesContinuationKeepsNewInstructions
New instructions sent on a continuation request must take effect, even when previous_response_id is set. The bug: the old code only attached req.Instr
proxy/responses_handler_test.go:209
Function
TestResponsesNonStreamRoundTrip
(t *testing.T)
proxy/responses_handler_test.go:306
Function
TestResponsesParallelToolCallsMerge
TestResponsesParallelToolCallsMerge verifies that consecutive function_call items in the Responses API input are merged into a single assistant messag
proxy/responses_parallel_test.go:13
Function
TestResponsesParseArrayInput
(t *testing.T)
proxy/responses_handler_test.go:34
Function
TestResponsesParseStringInput
(t *testing.T)
proxy/responses_handler_test.go:17
Function
TestResponsesPreviousResponseIDExpands
(t *testing.T)
proxy/responses_handler_test.go:108
Function
TestResponsesPreviousResponseIDExpandsFullChain
A → B → C: when expanding history starting from C, all of A's and B's inputs/outputs must appear before C's. Previously only C's direct parent (B) was
proxy/responses_handler_test.go:151
Function
TestResponsesStoreAndLoad
(t *testing.T)
proxy/responses_handler_test.go:61
Function
TestResponsesStreamSSE
(t *testing.T)
proxy/responses_handler_test.go:359
Function
TestRouteWritesTooManyRequestsOpenAI
(t *testing.T)
proxy/apikeys_test.go:238
Function
TestRouteWritesUnauthorizedClaude
(t *testing.T)
proxy/apikeys_test.go:219
Function
TestScrubsClientReplayedToolCallText
TestScrubsClientReplayedToolCallText covers the recovery path: a polluted client stored the model's "[Called tool ...]" text output as assistant histo
proxy/tool_narration_pollution_test.go:149
Function
TestSetPayloadProfileArnForAccountPreservesExplicitPayloadArn
(t *testing.T)
proxy/kiro_test.go:219
Function
TestSetPayloadProfileArnForAccountUsesAccountArn
(t *testing.T)
proxy/kiro_test.go:210
Function
TestThinkingPromptAffectsClaudeTokenEstimate
(t *testing.T)
proxy/handler_test.go:321
Function
TestThinkingSourceReasoningFirst
(t *testing.T)
proxy/handler_test.go:14
Function
TestThinkingSourceSameSourceRemainsAllowed
(t *testing.T)
proxy/handler_test.go:140
Function
TestThinkingSourceTagFirst
(t *testing.T)
proxy/handler_test.go:126
Function
TestToolResultsContinuationIncludesInstructionPrefix
(t *testing.T)
proxy/translator_test.go:287
Function
TestUpdateSettingsPatchCanExplicitlyDisableAPIKey
(t *testing.T)
config/config_test.go:33
Function
TestUpdateSettingsPatchPreservesOmittedAPIKeyFields
(t *testing.T)
config/config_test.go:10
Function
TestValidateClaudeRequestShapeRejectsAssistantPrefill
(t *testing.T)
proxy/handler_test.go:196
Function
TestValidateClaudeThinkingConfig
(t *testing.T)
proxy/handler_test.go:335
Function
TestValidateOpenAIRequestShapeAllowsToolResultFinalTurn
(t *testing.T)
proxy/handler_test.go:172
Function
TestValidateOpenAIRequestShapeRejectsAssistantPrefill
(t *testing.T)
proxy/handler_test.go:159
Method
UnmarshalJSON
UnmarshalJSON accepts both the Chat Completions tool shape, where the tool definition is nested under "function": {"type":"function","function":{"na
proxy/translator.go:1026
Function
UpdateLogLevel
UpdateLogLevel updates the log level setting and persists the change.
config/config.go:851
Function
changePassword
()
web/app.js:1646
Function
clampInt
(v, min, max int)
proxy/handler.go:3734
Function
clearLogs
()
web/app.js:778
Function
close
()
web/toast.js:205
Function
closeApiViewModal
()
web/app.js:2902
Function
closeDetailModal
()
web/app.js:1395
Function
closeExportModal
()
web/app.js:2478
Function
closeShowApiKeyModal
()
web/app.js:1899
Function
closeUpdateModal
()
web/app.js:2684
Function
copyNewApiKey
()
web/app.js:1904
Function
dismissAll
()
web/toast.js:162
Function
enhanceCustomSelect
(select)
web/app.js:269
Function
exportCopyJson
()
web/app.js:2538
Function
exportDownloadJson
()
web/app.js:2555
Function
exportShowJson
()
web/app.js:2532
Function
importCredentials
()
web/app.js:2268
Function
importFromCookie
()
web/app.js:2360
Function
importLocalKiro
()
web/app.js:2237
Function
importSsoToken
()
web/app.js:2373
Function
init
()
logger/logger.go:40
Function
init
()
auth/http_client.go:23
Function
init
()
proxy/kiro.go:60
Function
kiroRegion
kiroRegion returns the AWS data-plane region for Kiro / Q calls. Prefer profileArn because account.Region is the auth/OIDC region and can differ from
proxy/kiro_api.go:35
Function
logout
()
web/app.js:652
Function
main
()
main.go:29
Function
onFilterChange
()
web/app.js:814
Function
onProxyTypeChange
()
web/app.js:1600
Function
refreshAllModels
()
web/app.js:1147
Function
resetStats
()
web/app.js:1660
Function
saveEndpointConfig
()
web/app.js:1566
Function
saveOverUsageConfig
()
web/app.js:1641
Function
savePromptFilter
()
web/app.js:1966
Function
saveProxyConfig
()
web/app.js:1604
Function
saveRequireApiKey
()
web/app.js:1621
Function
saveThinkingConfig
()
web/app.js:1548
Function
showExportModal
()
web/app.js:2472
Function
showModelsView
()
web/app.js:2919
Function
showStatsView
()
web/app.js:3073
Function
showUpdateStatusModal
(status, title, message, latest)
web/app.js:2665
Function
startBuilderIdLogin
()
web/app.js:2391
Function
startIamSso
()
web/app.js:2432
Function
submitApiKeyModal
()
web/app.js:1799
Function
svgError
()
web/toast.js:53
Function
svgInfo
()
web/toast.js:40
Function
svgSuccess
()
web/toast.js:47
Function
svgWarning
()
web/toast.js:60
Function
toast
(message, variant, opts)
web/toast.js:255
Function
toggleLogsAutoRefresh
()
web/app.js:785
Function
toggleTheme
()
web/app.js:408
Function
trapDialogFocus
(e)
web/app.js:489
Function
updateLocalFields
()
web/app.js:2224
← previous
701–794 of 794, ranked by callers