Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tanbiralam/claude-code
/ functions
Functions
11,484 in github.com/tanbiralam/claude-code
⨍
Functions
11,484
◇
Types & classes
506
Function
sendResult
()
src/bridge/replBridge.ts:1820
Method
setAlignContent
(a: Align)
src/native-ts/yoga-layout/index.ts:766
Method
setAlignItems
(a: Align)
src/native-ts/yoga-layout/index.ts:758
Method
setAlignSelf
(a: Align)
src/native-ts/yoga-layout/index.ts:762
Method
setAlwaysFormsContainingBlock
(_: boolean)
src/native-ts/yoga-layout/index.ts:923
Function
setApiKeyFromFd
(key: string | null)
src/bootstrap/state.ts:1170
Method
setAspectRatio
(_: number | undefined)
src/native-ts/yoga-layout/index.ts:919
Function
setAttached
(sessionId: string)
src/bridge/bridgeUI.ts:388
Function
setAutoModeCircuitBroken
(broken: boolean)
src/utils/permissions/autoModeState.ts:27
Function
setAutoModeFlagCli
(passed: boolean)
src/utils/permissions/autoModeState.ts:19
Method
setBorder
(edge: Edge, v: number | undefined)
src/native-ts/yoga-layout/index.ts:848
Method
setBoxSizing
(_: BoxSizing)
src/native-ts/yoga-layout/index.ts:811
Function
setCachedSystemTheme
(theme: SystemTheme)
src/utils/systemTheme.ts:35
Function
setClampBounds
(min, max)
src/ink/components/ScrollBox.tsx:193
Function
setCliTeammateModeOverride
(mode: TeammateMode)
src/utils/swarm/backends/teammateModeSnapshot.ts:25
Method
setContext
* Sets the ToolUseContext for this backend. * Called by TeammateTool before spawning to provide AppState access.
src/utils/swarm/backends/InProcessBackend.ts:51
Method
setContext
* Sets the ToolUseContext for this executor. * Must be called before spawn() to provide access to AppState and permissions.
src/utils/swarm/backends/PaneBackendExecutor.ts:62
Function
setCurrentUpdatePriority
(newPriority: number)
src/ink/reconciler.ts:488
Function
setDebugLogPath
(path: string)
src/bridge/bridgeUI.ts:372
Method
setDirection
(d: Direction)
src/native-ts/yoga-layout/index.ts:807
Method
setDirtiedFunc
(_: unknown)
src/native-ts/yoga-layout/index.ts:910
Method
setDisplay
(d: Display)
src/native-ts/yoga-layout/index.ts:777
Function
setDynamicTeamContext
( context: { agentId: string agentName: string teamName: string color?: string planModeR
src/utils/teammate.ts:56
Function
setErrata
(e)
src/native-ts/yoga-layout/index.ts:390
Function
setExperimentalFeatureEnabled
()
src/native-ts/yoga-layout/index.ts:383
Method
setFlex
(v: number | undefined)
src/native-ts/yoga-layout/index.ts:722
Method
setFlexBasis
(v: number | 'auto' | string | undefined)
src/native-ts/yoga-layout/index.ts:739
Method
setFlexBasisAuto
()
src/native-ts/yoga-layout/index.ts:747
Method
setFlexBasisPercent
(v: number)
src/native-ts/yoga-layout/index.ts:743
Method
setFlexDirection
(dir: FlexDirection)
src/native-ts/yoga-layout/index.ts:710
Method
setFlexGrow
(v: number | undefined)
src/native-ts/yoga-layout/index.ts:714
Method
setFlexShrink
(v: number | undefined)
src/native-ts/yoga-layout/index.ts:718
Method
setFlexWrap
(wrap: Wrap)
src/native-ts/yoga-layout/index.ts:751
Function
setFsImplementation
(implementation: FsOperations)
src/utils/fsOperations.ts:613
Method
setGap
(gutter: Gutter, v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:853
Method
setGapPercent
(gutter: Gutter, v: number)
src/native-ts/yoga-layout/index.ts:857
Function
setGrowthBookConfigOverride
( feature: string, value: unknown, )
src/services/analytics/growthbook.ts:245
Method
setHeight
(v: number | 'auto' | string | undefined)
src/native-ts/yoga-layout/index.ts:663
Method
setHeightAuto
()
src/native-ts/yoga-layout/index.ts:671
Method
setHeightPercent
(v: number)
src/native-ts/yoga-layout/index.ts:667
Method
setIsReferenceBaseline
(v: boolean)
src/native-ts/yoga-layout/index.ts:912
Method
setJustifyContent
(j: Justify)
src/native-ts/yoga-layout/index.ts:770
Method
setMargin
(edge: Edge, v: number | 'auto' | string | undefined)
src/native-ts/yoga-layout/index.ts:817
Method
setMarginAuto
(edge: Edge)
src/native-ts/yoga-layout/index.ts:832
Method
setMarginPercent
(edge: Edge, v: number)
src/native-ts/yoga-layout/index.ts:826
Method
setMaxHeight
(v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:699
Method
setMaxHeightPercent
(v: number)
src/native-ts/yoga-layout/index.ts:703
Method
setMaxWidth
(v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:691
Method
setMaxWidthPercent
(v: number)
src/native-ts/yoga-layout/index.ts:695
Method
setMeasureFunc
(fn: MeasureFunction | null)
src/native-ts/yoga-layout/index.ts:591
Method
setMinHeight
(v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:683
Method
setMinHeightPercent
(v: number)
src/native-ts/yoga-layout/index.ts:687
Method
setMinWidth
(v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:675
Method
setMinWidthPercent
(v: number)
src/native-ts/yoga-layout/index.ts:679
Function
setMockBillingAccess
(hasAccess: boolean | null)
src/services/mockRateLimits.ts:834
Function
setMockEarlyWarning
( claimAbbrev: '5h' | '7d' | 'overage', utilization: number, hoursFromNow?: number, )
src/services/mockRateLimits.ts:276
Function
setMockHeader
( key: MockHeaderKey, value: string | undefined, )
src/services/mockRateLimits.ts:100
Function
setMockRateLimitScenario
(scenario: MockScenario)
src/services/mockRateLimits.ts:321
Function
setMockSubscriptionType
( subscriptionType: SubscriptionType | null, )
src/services/mockRateLimits.ts:806
Method
setModel
(model: string)
src/QueryEngine.ts:1174
Function
setModelStrings
(modelStrings: ModelStrings)
src/bootstrap/state.ts:938
Function
setOauthTokenFromFd
(token: string | null)
src/bootstrap/state.ts:1162
Function
setOnClose
(cb)
src/bridge/replBridgeTransport.ts:304
Method
setOnClose
(callback: (closeCode?: number) => void)
src/cli/transports/WebSocketTransport.ts:652
Function
setOnConnect
(cb)
src/bridge/replBridgeTransport.ts:316
Function
setOnData
(cb)
src/bridge/replBridgeTransport.ts:301
Method
setOnData
(callback: (data: string) => void)
src/cli/transports/WebSocketTransport.ts:644
Function
setOriginalFsImplementation
()
src/utils/fsOperations.ts:629
Method
setOverflow
(o: Overflow)
src/native-ts/yoga-layout/index.ts:803
Method
setPadding
(edge: Edge, v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:838
Method
setPaddingPercent
(edge: Edge, v: number)
src/native-ts/yoga-layout/index.ts:843
Method
setPaneBorderColor
* No-op for iTerm2 - tab colors would require escape sequences but we skip * them for performance (each it2 call is slow).
src/utils/swarm/backends/ITermBackend.ts:270
Method
setPaneTitle
* No-op for iTerm2 - titles would require escape sequences but we skip * them for performance (each it2 call is slow).
src/utils/swarm/backends/ITermBackend.ts:282
Function
setPointScaleFactor
(f)
src/native-ts/yoga-layout/index.ts:384
Method
setPosition
(edge: Edge, v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:788
Method
setPositionAuto
(edge: Edge)
src/native-ts/yoga-layout/index.ts:798
Method
setPositionPercent
(edge: Edge, v: number)
src/native-ts/yoga-layout/index.ts:793
Method
setPositionType
(t: PositionType)
src/native-ts/yoga-layout/index.ts:784
Function
setRemoteIngressUrlForTesting
(url: string)
src/utils/sessionStorage.ts:526
Function
setRepoInfo
(repo: string, branchName: string)
src/bridge/bridgeUI.ts:367
Function
setSandboxSettings
* Set sandbox settings
src/utils/sandbox/sandbox-adapter.ts:669
Function
setSessionEnvVar
(name: string, value: string)
src/utils/sessionEnvVars.ts:12
Function
setSessionFileForTesting
(path: string)
src/utils/sessionStorage.ts:486
Function
setSessionTitle
(sessionId: string, title: string)
src/bridge/bridgeUI.ts:504
Function
setSpawnModeDisplay
(mode: 'same-dir' | 'worktree' | null)
src/bridge/bridgeUI.ts:484
Function
setStrictToolResultPairing
(value: boolean)
src/bootstrap/state.ts:1097
Function
setTickInterval
(ms)
src/ink/components/ClockContext.tsx:62
Function
setUseWebDefaults
(v)
src/native-ts/yoga-layout/index.ts:393
Method
setWidth
(v: number | 'auto' | string | undefined)
src/native-ts/yoga-layout/index.ts:651
Method
setWidthAuto
()
src/native-ts/yoga-layout/index.ts:659
Method
setWidthPercent
(v: number)
src/native-ts/yoga-layout/index.ts:655
Function
settingSourceToScope
( source: SettingSource, )
src/utils/plugins/pluginStartupCheck.ts:181
Function
settingsMergeCustomizer
( objValue: unknown, srcValue: unknown, )
src/utils/settings/settings.ts:538
Function
setup
(build)
plugins/bunBundleDev.ts:22
Function
shortErrorStack
(e: unknown, maxFrames = 5)
src/utils/errors.ts:161
Function
shouldAttemptEagerTransition
()
src/ink/reconciler.ts:496
Function
shouldClearScreen
( prevFrame: Frame, frame: Frame, )
src/ink/frame.ts:105
Function
shouldIncludeInStreamlined
(message: StdoutMessage)
src/utils/streamlinedTransform.ts:199
Function
shouldRun
(context)
src/utils/hooks/skillImprovement.ts:75
Function
shouldShowUpdateNotification
( updatedVersion: string, lastNotifiedSemver: string | null, )
src/hooks/useUpdateNotification.ts:8
← previous
next →
11,101–11,200 of 11,484, ranked by callers