Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scalar/scalar
/ functions
Functions
4,087 in github.com/scalar/scalar
⨍
Functions
4,087
◇
Types & classes
253
↳
Endpoints
19
↓ 2 callers
Function
getDocumentSlug
(configuration: ApiClientConfigurationReact)
packages/api-client-react/src/use-api-client.ts:38
↓ 2 callers
Function
getDocumentSource
(input: WorkspaceDocumentInput)
packages/workspace-store/src/client.ts:174
↓ 2 callers
Function
getEditableDocument
(documentName: string)
packages/workspace-store/src/client.ts:1234
↓ 2 callers
Function
getEditedValuePath
(typedName: string, parameterName: string | undefined, fallback: string[])
packages/api-client/src/v2/blocks/request-block/helpers/create-parameter-handlers.ts:50
↓ 2 callers
Method
getEnumValues
Gets the enum values. @return the enum values
integrations/java/scalar-core/src/main/java/com/scalar/maven/core/config/ScalarServer.java:184
↓ 2 callers
Function
getExampleFromExamples
( examples: MediaTypeObject['examples'], exampleField: MediaTypeObject['example'], exampleName: string |
packages/workspace-store/src/request-example/builder/helpers/get-example.ts:11
↓ 2 callers
Function
getExpandedObjectPayload
( row: TableRow, context: TableRow[], payload?: ParameterUpsertPayload, )
packages/api-client/src/v2/blocks/request-block/helpers/create-parameter-handlers.ts:61
↓ 2 callers
Function
getExpandedRowName
(parameter: ParameterObject, path: string[], mode: ExpansionMode)
packages/api-client/src/v2/blocks/request-block/helpers/create-parameter-rows.ts:119
↓ 2 callers
Function
getFileName
(input: unknown)
packages/api-client/src/v2/blocks/request-block/helpers/files.ts:4
↓ 2 callers
Function
getInputIndex
()
packages/workspace-store/src/mutators/tabs.ts:87
↓ 2 callers
Function
getJSDocFromNode
(node: Node)
packages/ts-to-openapi/src/js-doc.ts:10
↓ 2 callers
Function
getKey
(slug: string)
packages/agent-chat/src/helpers.ts:80
↓ 2 callers
Function
getKey
(slug: string)
packages/api-reference/src/helpers/storage.ts:37
↓ 2 callers
Method
getLayout
()
integrations/java/scalar-core/src/main/java/com/scalar/maven/core/ScalarProperties.java:551
↓ 2 callers
Function
getLeafTagName
(segments: string[])
packages/postman-to-openapi/src/convert.ts:142
↓ 2 callers
Function
getMarkdownAst
* Create a Markdown AST from a string.
packages/code-highlight/src/markdown/markdown.ts:203
↓ 2 callers
Function
getMediaTypeConfig
(type: string)
packages/api-client/src/v2/blocks/response-block/helpers/media-types.ts:159
↓ 2 callers
Function
getNameKey
(scheme: v_0_0_0.SecurityScheme)
packages/oas-utils/src/migrations/v-2.1.0/migration.ts:261
↓ 2 callers
Function
getOpenApiServerDocument
(store: ServerWorkspaceStore, name: string)
packages/workspace-store/test/helpers.ts:62
↓ 2 callers
Method
getOperationTitleSource
()
integrations/java/scalar-core/src/main/java/com/scalar/maven/core/internal/ScalarConfiguration.java:175
↓ 2 callers
Function
getOrCreateChannelBucket
( channelBuckets: Map<string, ChannelBucket>, channelName: string, channel: AsyncApiChannelObject, )
packages/workspace-store/src/navigation/helpers/traverse-asyncapi-document.ts:506
↓ 2 callers
Function
getOrderedPathParameterNames
(path: string)
packages/postman-to-openapi/src/convert.ts:532
↓ 2 callers
Function
getParameterPositions
(path: string, parameters: readonly string[])
packages/workspace-store/src/mutators/operation/helpers/get-parameter-position.ts:5
↓ 2 callers
Function
getParentNode
()
packages/json-magic/src/magic-proxy/proxy.ts:199
↓ 2 callers
Function
getPath
(segments: string[])
packages/json-magic/src/helpers/get-schemas.ts:20
↓ 2 callers
Function
getPathEntries
(document: OpenApiDocument)
packages/openapi-to-markdown/src/create-markdown-from-openapi.ts:129
↓ 2 callers
Function
getPathParameters
(parameters: unknown, pathPrefix: string[])
packages/openapi-parser/src/utils/validate-path-parameters.ts:92
↓ 2 callers
Function
getPathToJavaScriptBundle
* Looks into the package.json and returns the path to the browser bundle.
packages/api-reference/test/utils/serve-example.ts:133
↓ 2 callers
Function
getPluginViewId
(documentSlug: string, pluginName: string, viewName: PluginViewName, index: number)
packages/api-reference/src/plugins/plugin-manager.ts:40
↓ 2 callers
Function
getPostmanConvertOptions
({ document, mergeOperation, importPathKeys, }: GetPostmanConvertOptionsInput)
projects/scalar-app/src/features/command-palette/helpers/get-postman-convert-options.ts:16
↓ 2 callers
Function
getRefName
(ref: string)
packages/api-reference/src/components/Content/Schema/helpers/get-ref-name.ts:10
↓ 2 callers
Function
getRepoRoot
()
packages/schemas/scripts/generated-type-paths.ts:25
↓ 2 callers
Function
getRequestBodyCompositionSelection
(wrapper: ReturnType<typeof mount>)
packages/api-reference/src/features/Operation/layouts/ClassicLayout.test.ts:149
↓ 2 callers
Function
getReturnStatements
(node: Node)
packages/ts-to-openapi/src/responses.ts:36
↓ 2 callers
Function
getSchemaFromNode
(node: Node, typeChecker: TypeChecker)
packages/ts-to-openapi/src/node.ts:33
↓ 2 callers
Function
getSchemaFromTypeNode
( typeNode: TypeNode, program: Program, fileNameResolver: FileNameResolver, )
packages/ts-to-openapi/src/type-nodes.ts:34
↓ 2 callers
Function
getScreenshotOptions
(page: Page)
packages/api-reference/test/snapshots/header.e2e.ts:51
↓ 2 callers
Function
getScreenshotOptions
(...mask: Locator[])
packages/api-reference/test/snapshots/tag-groups.e2e.ts:15
↓ 2 callers
Function
getSecuritySchemes
(document: UnknownObject)
packages/asyncapi-upgrader/src/2.6-to-3.0/upgrade-from-two-to-three.ts:116
↓ 2 callers
Function
getSelectedIndex
()
packages/workspace-store/src/mutators/auth.ts:98
↓ 2 callers
Function
getServerProtocols
(document: AsyncApiDocument)
packages/workspace-store/src/channel-example/get-async-api-protocols.ts:26
↓ 2 callers
Function
getSignature
(bytes: Uint8Array, offset: number)
packages/void-server/src/utils/create-zip-file-response.test.ts:7
↓ 2 callers
Function
getSortedTagEntries
({ _keys, tagsMap, options: { tagsSorter, operationsSorter, generateId }, documentId, sortOrder, }:
packages/workspace-store/src/navigation/helpers/traverse-tags.ts:79
↓ 2 callers
Function
getSpecFilenameSlug
(spec: OpenAPI.Document)
integrations/fastify/src/fastifyApiReference.ts:130
↓ 2 callers
Function
getStandaloneStyleState
(doc: Document)
packages/api-reference/src/standalone/lib/html-api.ts:36
↓ 2 callers
Function
getSystemModePreference
()
projects/scalar-app/src/hooks/use-color-mode.ts:16
↓ 2 callers
Method
getTagSorter
()
integrations/java/scalar-core/src/main/java/com/scalar/maven/core/internal/ScalarConfiguration.java:311
↓ 2 callers
Method
getTelemetry
()
integrations/java/scalar-core/src/main/java/com/scalar/maven/core/internal/ScalarConfiguration.java:383
↓ 2 callers
Function
getTypeComment
(schema: Schema)
packages/validation/src/typegen.ts:150
↓ 2 callers
Function
getValues
(o)
packages/openapi-parser/src/utils/betterAjvErrors/utils.ts:5
↓ 2 callers
Function
getVariablePositions
(url: string, variables: readonly string[])
packages/workspace-store/src/mutators/server.ts:90
↓ 2 callers
Function
getWorkspaceRoot
()
packages/release-notes/src/core/detect-versioned-changelog-paths.ts:9
↓ 2 callers
Function
getXOrder
(property: unknown)
packages/workspace-store/src/request-example/builder/helpers/get-example-from-schema.ts:373
↓ 2 callers
Function
guessFromFormat
( schema: SchemaObject, makeUpRandomData: boolean = false, fallback: string = '', )
packages/workspace-store/src/request-example/builder/helpers/get-example-from-schema.ts:76
↓ 2 callers
Function
handleFailure
()
projects/scalar-app/src/features/app/hooks/use-document-watcher.ts:154
↓ 2 callers
Function
handleReorderWithinParent
( store: WorkspaceStore, draggingItem: TraversedEntry & { parent?: TraversedEntry }, hoveredItem: Traver
projects/scalar-app/src/helpers/drag-handle-factory.ts:159
↓ 2 callers
Function
handleSubmit
(event, form)
documentation/assets/enterprise-contact-form.js:64
↓ 2 callers
Function
handleSuccess
()
projects/scalar-app/src/features/app/hooks/use-document-watcher.ts:146
↓ 2 callers
Function
hasArrayMarker
(name: string)
packages/api-client/src/v2/blocks/request-block/helpers/create-parameter-handlers.ts:24
↓ 2 callers
Function
hasComplexFeatures
(schema: SchemaObject)
packages/api-reference/src/components/Content/Schema/helpers/has-complex-array-items.ts:27
↓ 2 callers
Function
hasContentType
()
packages/snippetz/src/plugins/php/curl/curl.ts:57
↓ 2 callers
Function
hasHeader
(headers: Headers<T>, name: string)
packages/snippetz/src/httpsnippet-lite/helpers/headers.ts:22
↓ 2 callers
Function
hasLineBreak
* Checks if a node has a line break * * @param node - The node to check
packages/code-highlight/src/code/line-numbers.ts:108
↓ 2 callers
Function
hasNoResponseBodyStatusCode
(statusCode: string)
packages/postman-to-openapi/src/helpers/responses.ts:160
↓ 2 callers
Function
hasPostmanTemplateSyntax
(value: string)
packages/postman-to-openapi/src/helpers/urls.ts:57
↓ 2 callers
Function
initBrandColorSwatches
()
documentation/assets/brand.js:2
↓ 2 callers
Function
initEnterpriseContactForm
()
documentation/assets/enterprise-contact-form.js:1
↓ 2 callers
Function
initializeToasts
(toastFunction: ToastFunction)
packages/use-toasts/src/hooks/useToasts.ts:14
↓ 2 callers
Function
initializeWorkspaceEventHandlers
({ eventBus, store, hooks, }: { eventBus: WorkspaceEventBus store: Ref<WorkspaceStore | null> hook
packages/api-client/src/v2/workspace-events.ts:52
↓ 2 callers
Function
injectHeader
(page: Page)
packages/api-reference/test/snapshots/header.e2e.ts:41
↓ 2 callers
Function
isBlockedHost
Check if a given hostname or IP resolves to any blocked CIDR
projects/proxy-scalar-com/main.go:48
↓ 2 callers
Function
isClient
(id: any)
packages/blocks/src/code-example/helpers/find-client.ts:20
↓ 2 callers
Function
isCompleteUrl
(value: string)
packages/postman-to-openapi/src/helpers/urls.ts:55
↓ 2 callers
Function
isDefined
(value: T | null | undefined)
packages/helpers/src/array/is-defined.ts:12
↓ 2 callers
Function
isElement
(node?: ElementContent)
packages/code-highlight/src/code/line-numbers.ts:11
↓ 2 callers
Function
isEmptyObject
(input: unknown)
packages/snippetz/src/plugins/clojure/clj_http/clj_http.ts:32
↓ 2 callers
Function
isExampleObject
* Checks if a value is a valid OpenAPI 3.x ExampleObject. * * An ExampleObject must have a `value` (or `externalValue`) property and can only contai
packages/openapi-upgrader/src/2.0-to-3.0/upgrade-from-two-to-three.ts:132
↓ 2 callers
Function
isFile
* Check if the data is a File instance
packages/void-server/src/utils/get-body.ts:97
↓ 2 callers
Function
isInFlight
()
packages/api-client/src/v2/blocks/channel-operation-block/helpers/websocket-session.ts:102
↓ 2 callers
Function
isJsonContentType
(value: string | undefined)
packages/snippetz/src/plugins/shell/wget/wget.ts:11
↓ 2 callers
Function
isJsonContentType
(value: string | undefined)
packages/snippetz/src/plugins/shell/curl/curl.ts:11
↓ 2 callers
Function
isMagicProxyObject
(obj: unknown)
packages/json-magic/src/magic-proxy/proxy.ts:301
↓ 2 callers
Function
isMediaTypeKey
(key: string)
packages/openapi-upgrader/src/2.0-to-3.0/upgrade-from-two-to-three.ts:161
↓ 2 callers
Method
isMutableRecord
(value: unknown)
packages/openapi-parser/src/lib/Validator/Validator.ts:38
↓ 2 callers
Function
isObjectType
(schema: SchemaObject)
packages/api-reference/src/components/Content/Schema/helpers/has-complex-array-items.ts:11
↓ 2 callers
Function
isPortListening
(port: number)
tooling/scripts/src/commands/run.ts:10
↓ 2 callers
Function
isUnescapedQuote
(text: string, index: number)
projects/scalar-app/src/features/editor/helpers/json/json-pointer-links.ts:15
↓ 2 callers
Function
isValidBearerAuth
* Validate the shape of a `Bearer` credential. * * We only check that a non-empty token is present after the scheme. Verifying the * token itself (
packages/mock-server/src/utils/handle-authentication.ts:42
↓ 2 callers
Function
isValueOfType
(value: unknown, targetType: SchemaPrimitiveType)
packages/workspace-store/src/request-example/builder/helpers/get-example-from-schema.ts:230
↓ 2 callers
Function
isWhitespace
(node: any)
packages/code-highlight/src/rehype-alert/rehype-alert.ts:8
↓ 2 callers
Function
labelParts
(value: string, explode: boolean)
packages/mock-server/src/utils/deserialize-parameter.ts:166
↓ 2 callers
Function
latestVersion
(packageName: string, current: string)
tooling/scripts/src/helpers/npm-version.ts:5
↓ 2 callers
Function
launchElectronApp
()
projects/scalar-app/test/electron.e2e.ts:73
↓ 2 callers
Function
load
(data)
packages/workspace-store/src/entities/auth/index.ts:201
↓ 2 callers
Function
loadCssVariables
(css: string)
packages/helpers/src/theme/load-css-variables.ts:121
↓ 2 callers
Function
loadWorkspace
Load the pnpm workspace file
tooling/scripts/src/commands/packages/catalog.ts:71
↓ 2 callers
Function
makeHistory
(count = 3)
packages/api-client/src/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.test.ts:6
↓ 2 callers
Function
makeSendBlurEvent
()
packages/api-client/src/v2/blocks/scalar-address-bar-block/components/AddressBar.test.ts:66
↓ 2 callers
Function
makeWebhookEntry
(overrides: Partial<WithParent<TraversedWebhook>> = {})
packages/workspace-store/src/navigation/helpers/update-order-ids.test.ts:54
↓ 2 callers
Function
mapErrors
(errors: ErrorObject[] | null | undefined, location: ViolationLocation)
packages/mock-server/src/utils/validate-request.ts:254
← previous
next →
1,701–1,800 of 4,087, ranked by callers