MCPcopy Create free account

hub / github.com/OffchainLabs/arbitrum-docs / functions

Functions336 in github.com/OffchainLabs/arbitrum-docs

↓ 1 callersFunctionisExcluded
(flag: CliFlag)
scripts/generate-cli-reference.ts:163
↓ 1 callersFunctionisGeneratedPath
Check if path is in a generated directory
scripts/generate-doc-manifest.ts:49
↓ 1 callersFunctionisInAutogeneratedDir
* Check if a file is in an autogenerated directory
scripts/find-orphaned-files.js:335
↓ 1 callersFunctionisNewerVersion
(newVersion: string, currentVersion: string)
scripts/check-releases.ts:89
↓ 1 callersFunctionisPartialPath
Check if a file is a partial
scripts/generate-doc-manifest.ts:40
↓ 1 callersFunctionisReferencedInSidebar
* Check if a file is referenced in sidebars (accounting for numeric prefixes)
scripts/find-orphaned-files.js:398
↓ 1 callersFunctionlineAt
1-based line number of a byte offset within `content`.
scripts/lib/docs-link-index.ts:222
↓ 1 callersFunctionloadFlags
()
scripts/generate-cli-reference.ts:125
↓ 1 callersFunctionlocateAttributeValue
Locate the value token of a JSX string attribute (`name="value"` / `name='value'`).
scripts/lib/mdx-link-codemod.ts:183
↓ 1 callersFunctionlocateEsmSpecifiers
Locate every module specifier string inside an ESM import block.
scripts/lib/mdx-link-codemod.ts:204
↓ 1 callersFunctionlocateMarkdownDestination
Locate the destination token of a markdown `[text](dest)` / `[text](dest "title")` link.
scripts/lib/mdx-link-codemod.ts:151
↓ 1 callersFunctionmain
* Main execution function
scripts/find-orphaned-files.js:490
↓ 1 callersFunctionmain
()
scripts/inventory-links.ts:25
↓ 1 callersFunctionmain
()
scripts/audit-docs.ts:562
↓ 1 callersFunctionmain
()
scripts/fetch-edge-challenge-data.mjs:117
↓ 1 callersFunctionmain
()
scripts/check-releases.ts:156
↓ 1 callersFunctionmain
()
scripts/notion-update.ts:341
↓ 1 callersFunctionmain
()
scripts/check-globalvars-updates.ts:53
↓ 1 callersFunctionmain
()
scripts/restructure.ts:45
↓ 1 callersFunctionmain
()
scripts/notion-export-qa-csv.ts:119
↓ 1 callersFunctionmain
()
scripts/generate-doc-manifest.ts:353
↓ 1 callersFunctionmain
()
scripts/generate-cli-reference.ts:274
↓ 1 callersFunctionmain
()
scripts/sync-vercel-redirects.ts:43
↓ 1 callersFunctionmain
()
scripts/check-lunr-exclude-hide-from-search.ts:174
↓ 1 callersFunctionmkInlineMarker
(kind, payload)
src/plugins/rehype-llms-cleanup.js:72
↓ 1 callersFunctionmostSignificantBitBigInt
(x: bigint)
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/edgeChallengeLogic.ts:44
↓ 1 callersFunctionmoveFile
* Move `fromAbs` to `toAbs`, preferring `git mv` so the rename is staged and git records it as a * rename — preserving `git log --follow` history. Th
scripts/move-doc.ts:259
↓ 1 callersFunctionmoveFiles
(filePath: string, files: Map<string, string>)
scripts/move-untranslated-files.ts:64
↓ 1 callersFunctionmoveTranslatedFiles
()
scripts/move-untranslated-files.ts:7
↓ 1 callersFunctionparseArgs
(argv: string[])
scripts/move-doc.ts:52
↓ 1 callersFunctionparseArgs
()
scripts/generate-cli-reference.ts:106
↓ 1 callersFunctionpathNameToPreviewText
(pathName: string)
src/theme/Layout.tsx:7
↓ 1 callersFunctionpathsMatch
* Check if two paths match, accounting for Docusaurus numeric prefix convention * Docusaurus allows referencing files without their numeric prefixes
scripts/find-orphaned-files.js:349
↓ 1 callersFunctionplanInbound
Build rewrites for links pointing AT the moved file (target moved, container unchanged).
scripts/move-doc.ts:113
↓ 1 callersFunctionplanOutbound
Rewrite the moved file's own relative links so they remain valid from the new location.
scripts/move-doc.ts:157
↓ 1 callersFunctionprocessAllFiles
* Processes all allowed files from source to target directory * @param {string[]} allowedFiles - Array of file paths to process * @returns {Promise<
scripts/sync-stylus-content.js:594
↓ 1 callersFunctionprocessFile
* Processes and copies a single MDX file with transformations * @param {string} sourcePath - Source file path * @param {string} targetPath - Target
scripts/sync-stylus-content.js:468
↓ 1 callersFunctionprocessFile
(filePath: string, docsPath: string, check: boolean)
scripts/update-variable-references.ts:34
↓ 1 callersFunctionpropagateCodeLanguage
(node)
src/plugins/rehype-llms-cleanup.js:57
↓ 1 callersFunctionputTogether
( translateFiles: string[], untranslatedFiles: string[], language: string, )
scripts/move-untranslated-files.ts:39
↓ 1 callersFunctionreadFilesInDirectory
* Reads and parses all Markdown/MDX files in a directory * * This function: * 1. Reads all files in the specified directory * 2. Filters for only
scripts/build-glossary.ts:68
↓ 1 callersFunctionrecomputeDerivedRanges
( edgeAddedById: Map<string, EdgeAddedMeta>, childOrderByParent: Map<string, { lowerChildId: string; upper
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/edgeChallengeLogic.ts:96
↓ 1 callersFunctionredirectsTemplate
()
scripts/move-doc.ts:211
↓ 1 callersFunctionrenderCSV
(questions: Question[])
scripts/notion-export-qa-csv.ts:56
↓ 1 callersFunctionrenderEventsInTable
( interfaceCode: string, implementationCode: string, interfaceUrl: string, implementationUrl: string,
scripts/precompile-reference-generator.ts:188
↓ 1 callersFunctionrenderGlossaryJSON
* Converts an array of parsed glossary terms into a JSON string format * * This function: * 1. Parses the Markdown content to HTML using marked *
scripts/build-glossary.ts:40
↓ 1 callersFunctionrenderModal
()
src/components/ImageZoom/index.tsx:45
↓ 1 callersFunctionrenderQuestionRow
(q: Question)
scripts/notion-export-qa-csv.ts:43
↓ 1 callersMethodrequestAccount
()
src/components/VendingMachine/VendingMachine.tsx:100
↓ 1 callersFunctionresolveRefToFile
( rawUrl: string, fromFileAbs: string, index: DocsIndex, )
scripts/lib/docs-link-index.ts:192
↓ 1 callersFunctionresolveTagCommitSha
( owner: string, repo: string, tagName: string, )
scripts/check-releases.ts:101
↓ 1 callersFunctionrewriteMarkerValue
(value)
src/plugins/remark-llms-cleanup.js:5
↓ 1 callersFunctionsafeEvalObjectLiteral
* Safely evaluates a JavaScript object literal string * @param {string} objectStr - String representation of JavaScript object * @returns {Object} P
scripts/sync-stylus-content.js:149
↓ 1 callersFunctionscanDirectory
* Recursively scan directory for all markdown files
scripts/find-orphaned-files.js:120
↓ 1 callersFunctionscanDocs
(dir: string, relBase = '')
scripts/generate-doc-manifest.ts:66
↓ 1 callersFunctionsnakeCaseToTitleCase
* Converts snake_case string to Title Case * @param {string} snakeCaseStr - String in snake_case format * @returns {string} String in Title Case for
scripts/sync-stylus-content.js:136
↓ 1 callersFunctionstepIndexFor
(index: number, milestones: number[])
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/edgeChallengeLogic.ts:610
↓ 1 callersFunctionstrip0x
(value)
scripts/fetch-edge-challenge-data.mjs:19
↓ 1 callersFunctionsurfaceLabel
(record: LinkRecord)
scripts/inventory-links.ts:18
↓ 1 callersFunctionsyncContent
* Main synchronization function * @returns {Promise<void>}
scripts/sync-stylus-content.js:612
↓ 1 callersFunctiontabsToMarkers
(node)
src/plugins/rehype-llms-cleanup.js:80
↓ 1 callersFunctiontoDocsRelative
Strip everything up to and including the `docs/` segment, yielding a docs-relative path.
scripts/lib/mdx-link-codemod.ts:72
↓ 1 callersFunctiontoggleUpdated
(element)
src/components/MultiDimensionalContentWidget.js:29
↓ 1 callersFunctiontransformContent
* Applies all content transformations to a file * @param {string} content - Original file content * @returns {string} Transformed content
scripts/sync-stylus-content.js:373
↓ 1 callersFunctiontruncate
Truncate string to max length
scripts/generate-doc-manifest.ts:59
↓ 1 callersFunctiontruncateAddress
(text: string)
src/components/VendingMachine/VendingMachine.tsx:5
↓ 1 callersFunctiontxWorker
()
scripts/fetch-edge-challenge-data.mjs:183
↓ 1 callersFunctionupdateGlobalVarsNitro
(version: string, shortSha: string)
scripts/check-releases.ts:140
↓ 1 callersFunctionupdateLunrExcludeRoutes
(newRoutes: string[])
scripts/check-lunr-exclude-hide-from-search.ts:72
↓ 1 callersFunctionupdateSidebars
* Rewrite references to the moved doc in `sidebars.js`. A doc-item entry references it by id, while * a `link`-type entry references it by URL (`href
scripts/move-doc.ts:194
↓ 1 callersFunctionuseEdgeChallengeState
( events: DecodedEvent[], edgeAddedByIdRaw: Record<string, EdgeAddedMeta>, )
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/useEdgeChallengeState.ts:47
↓ 1 callersFunctionwalk
(node, visit, parent = null)
src/plugins/rehype-llms-cleanup.js:9
↓ 1 callersFunctionwalk
(node, visit)
src/plugins/remark-llms-cleanup.js:23
↓ 1 callersFunctionwriteCSVFiles
(questions: Question[])
scripts/notion-export-qa-csv.ts:100
FunctionAddressAliasHelper
()
src/components/AddressAliasHelper.tsx:16
FunctionAddressExplorerLink
(props: { address: string; chainID: ChainID; shortenAddress?: boolean; })
src/components/AddressExplorerLink.tsx:18
FunctionButtonComponent
({ x, y, width, height })
src/components/InteractiveDiagrams/Timeboost/CentralizedAuction/ButtonComponent.jsx:3
FunctionCard
({ title, description, to, href, target })
src/components/Cards/Card.js:5
FunctionCentralizedAuction
()
src/components/InteractiveDiagrams/Timeboost/CentralizedAuction/index.jsx:5
FunctionCloseIcon
()
src/components/InteractiveDiagrams/Timeboost/CentralizedAuction/Modal.tsx:174
FunctionContentWrapper
(props)
src/theme/DocItem/Content/index.js:5
FunctionControlBar
({ isPlaying, intervalMs, currentIndex, totalEvents, onPlay, onPause, onNext, onShowAll, onR
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/ControlBar.tsx:17
FunctionCustomDetails
({ children, summary, className, ...props }: Props)
src/components/CustomDetails/index.tsx:11
FunctionD3EdgeTree
({ group, state, levelMeta, collapsedSet, onSelectNode, onToggleNode, }: D3EdgeTreeProps)
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/D3EdgeTree.tsx:14
FunctionDangerIcon
(props: React.SVGProps<SVGSVGElement>)
src/components/VanillaAdmonition/Icons/index.tsx:3
FunctionEdgeChallengeFlow
()
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/EdgeChallengeFlow.tsx:170
FunctionEdgeChallengeFlowInner
()
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/EdgeChallengeFlow.tsx:14
FunctionEdgeChallengeFlowLoaded
({ data }: { data: EdgeChallengeData })
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/EdgeChallengeFlow.tsx:39
FunctionEventTimeline
({ appliedEvents, currentIndex, levelMeta, edgeAddedById, rangeByEdgeId, }: EventTimelineProps)
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/EventTimeline.tsx:13
FunctionFlowChart
(props)
src/components/InteractiveDiagrams/Timeboost/CentralizedAuction/index.jsx:9
FunctionFlowSteps
({ currentStepIndex }: FlowStepsProps)
src/components/InteractiveDiagrams/Bold/EdgeChallengeFlow/FlowSteps.tsx:8
FunctionFooterWrapper
(props: Record<string, unknown>)
src/theme/Footer/index.tsx:5
FunctionGenerateTroubleshootingReportWidget
()
src/components/GenerateTroubleshootingReportWidget.js:4
FunctionHeaderBadges
()
src/components/HeaderBadges/index.tsx:4
FunctionImageWithCaption
({ src, caption })
src/components/ImageCaptions/index.jsx:4
FunctionImageZoom
({ src, alt, className, caption, children }: ImageZoomProps)
src/components/ImageZoom/index.tsx:18
FunctionInfoIcon
(props: React.SVGProps<SVGSVGElement>)
src/components/VanillaAdmonition/Icons/index.tsx:12
FunctionInteractiveDiagrams
({ type, }: InteractiveDiagramsProps)
src/components/InteractiveDiagrams/index.tsx:9
FunctionLayout
(props: Record<string, unknown>)
src/theme/Layout.tsx:17
FunctionModal
({ number }: { number: 1 | 2 | 3 | 4 | 5 })
src/components/InteractiveDiagrams/Timeboost/CentralizedAuction/Modal.tsx:66
← previousnext →201–300 of 336, ranked by callers