Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ functions
Functions
11,548 in github.com/freecodexyz/free-code
⨍
Functions
11,548
◇
Types & classes
343
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
Function
setMeter
( meter: Meter, createCounter: (name: string, options: MetricOptions) => AttributedCounter, )
src/bootstrap/state.ts:948
Function
setMeterProvider
(provider: MeterProvider | null)
src/bootstrap/state.ts:1047
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
setTracerProvider
(provider: BasicTracerProvider | null)
src/bootstrap/state.ts:1053
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
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
shouldSampleEvent
(_eventName: string)
src/services/analytics/firstPartyEventLogger.ts:20
Function
shouldShowUpdateNotification
( updatedVersion: string, lastNotifiedSemver: string | null, )
src/hooks/useUpdateNotification.ts:8
Function
showInvalidConfigDialog
({ error }: InvalidConfigHandlerProps)
src/components/InvalidConfigDialog.tsx:121
Method
showPane
* Stub for showing a hidden pane - not supported in iTerm2 backend. * iTerm2 doesn't have a direct equivalent to tmux's join-pane.
src/utils/swarm/backends/ITermBackend.ts:357
Method
showPane
* Shows a previously hidden pane by joining it back into the target window. * Uses `tmux join-pane` to move the pane back, then reapplies main-vert
src/utils/swarm/backends/TmuxBackend.ts:313
Function
shutdown
* Shutdown all running servers and clear state. * Only servers in 'running' state are explicitly stopped; * servers in other states are cleared
src/services/lsp/LSPServerManager.ts:157
Method
shutdown
()
src/utils/telemetry/bigqueryExporter.ts:215
Function
shutdownLspServerManager
()
src/services/lsp/manager.ts:267
Function
sigintHandler
()
src/cli/print.ts:1027
Function
signal
()
src/bridge/capacityWake.ts:36
Method
silly
(message: string, ...args: unknown[])
src/utils/computerUse/hostAdapter.ts:13
Method
silly
(message: string, ...args: unknown[])
src/utils/claudeInChrome/mcpServer.ts:276
Method
size
()
src/utils/fileStateCache.ts:62
Function
slowLoggingAnt
( _strings: TemplateStringsArray, ..._values: unknown[] )
src/utils/slowOperations.ts:130
Function
slowLoggingExternal
()
src/utils/slowOperations.ts:138
Function
snipCompactIfNeeded
( messages: T[], _options?: { force?: boolean }, )
src/services/compact/snipCompact.ts:25
Function
sortAlphabetically
(a: Command, b: Command)
src/utils/suggestions/commandSuggestions.ts:361
Function
sortHookEnvFiles
(a: string, b: string)
src/utils/sessionEnvironment.ts:155
Method
spawn
* Spawns a teammate in a new pane. * * Creates a pane via the backend, builds the CLI command with teammate * identity flags, and sends it to
src/utils/swarm/backends/PaneBackendExecutor.ts:79
Function
ssrfGuardedLookup
( hostname: string, options: object, callback: ( err: Error | null, address: AxiosLookupAddress
src/utils/hooks/ssrfGuard.ts:216
Function
start
()
src/utils/cronScheduler.ts:463
Function
start
()
src/utils/idleTimeout.ts:24
Function
start
( command: string, args: string[], options?: { env?: Record<string, string>
src/services/lsp/LSPClient.ts:88
Function
start
(controller)
src/services/api/codex-fetch-adapter.ts:297
Method
start
* Starts listening for messages on the WebSocket.
src/utils/mcpWebSocketTransport.ts:142
Method
start
()
src/services/mcp/SdkControlTransport.ts:72
Method
start
()
src/services/mcp/SdkControlTransport.ts:118
Method
start
()
src/services/mcp/InProcessTransport.ts:24
Function
startInteractionPerfettoSpan
(userPrompt?: string)
src/utils/telemetry/perfettoTracing.ts:885
Function
startLLMRequestPerfettoSpan
(args: { model: string promptTokens?: number messageId?: string isSpeculative?: boolean querySource?
src/utils/telemetry/perfettoTracing.ts:425
Function
startSuspendingCommit
()
src/ink/reconciler.ts:478
Function
startTeamMemoryWatcher
()
src/services/teamMemorySync/watcher.ts:252
Function
startTime
()
src/services/lsp/LSPServerInstance.ts:475
Function
startToolPerfettoSpan
( toolName: string, args?: Record<string, unknown>, )
src/utils/telemetry/perfettoTracing.ts:690
Function
startUserInputPerfettoSpan
(context?: string)
src/utils/telemetry/perfettoTracing.ts:768
Function
state
()
src/services/lsp/LSPServerInstance.ts:472
Method
status
()
src/utils/ShellCommand.ts:182
Function
stop
()
src/utils/cronScheduler.ts:499
Function
stop
()
src/utils/idleTimeout.ts:46
Function
stop
()
src/services/lsp/LSPClient.ts:373
Function
stop
()
src/services/AgentSummary/agentSummary.ts:162
Method
stopImmediatePropagation
()
src/ink/events/terminal-event.ts:59
Method
stopPropagation
()
src/ink/events/terminal-event.ts:55
Function
stopWork
( environmentId: string, workId: string, force: boolean, )
src/bridge/bridgeApi.ts:273
Function
streamOnData
(this: StreamState, chunk: string)
src/utils/readFileInRange.ts:224
← previous
next →
11,201–11,300 of 11,548, ranked by callers