MCPcopy Create free account

hub / github.com/bitcoin-dev-project/bitcoin-dev-project / functions

Functions462 in github.com/bitcoin-dev-project/bitcoin-dev-project

↓ 18 callersFunctionisFieldEnabled
(fieldName: TransactionPart)
src/components/TransactionCreation.tsx:167
↓ 15 callersFunctiongenPageMetadata
({ title, description, image, alt, openGraph: ogOverride, twitter: twitterOverride,
app/seo.tsx:26
↓ 10 callersFunctionslugify
(inputString: string)
utils/slugify.ts:1
↓ 7 callersFunctionisBuffer
(value: unknown)
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:9
↓ 7 callersFunctionuseUrlManager
()
hooks/useUrlManager.ts:5
↓ 5 callersFunctionfindTopicInTree
( slug: string, nodes: TopicTreeNode[] )
utils/content-utils.ts:48
↓ 4 callersFunctionextractFilterValues
(args: typeof onlyFilterValues)
hooks/useUrlManager.ts:23
↓ 4 callersFunctiongetValues
({ key, issues }: { key: keyof IssueCardElement issues: IssueCardElement[] })
utils/index.tsx:524
↓ 4 callersFunctionnormalizePath
(path: string)
components/decoding-bitcoin/layouts/BaseLayout.tsx:43
↓ 3 callersFunctioncalculateCohortProgress
(community: Community)
lib/utils/communities.ts:278
↓ 3 callersFunctionclassNames
(...classes: any)
utils/content-utils.ts:183
↓ 3 callersFunctionhandleNextPage
( page: number, setCurrentPage: React.Dispatch<React.SetStateAction<number>> )
hooks/useUrlManager.ts:152
↓ 3 callersFunctionhandleSectionClick
(section: Section)
components/explore/ExploreContent.tsx:22
↓ 3 callersFunctionprimaryLinkClass
(active: boolean)
components/rebranded-header.tsx:25
↓ 3 callersFunctionuseCurriculum
()
context/FilterContext.tsx:104
↓ 2 callersFunctionaddFilterParam
(key: string, value: string)
hooks/useUrlManager.ts:48
↓ 2 callersFunctioncalculateProbability
(q: number, z: number)
components/decoding-bitcoin/markdown-ui/reorg-calculator.tsx:28
↓ 2 callersFunctionclose
()
components/get-funded/get-funded-mega-menu.tsx:18
↓ 2 callersFunctioncreateSection
(section: Section)
content/data.ts:46
↓ 2 callersFunctiondeleteFilterParam
(key: string, value: string)
hooks/useUrlManager.ts:108
↓ 2 callersFunctiondistributeQuestionsToGroups
( baseQuestions: BaseQuestion[], groups: Community["currentCohort"]["groups"] )
lib/utils/communities.ts:113
↓ 2 callersFunctiongetAllCommunities
()
lib/utils/communities.ts:199
↓ 2 callersFunctiongetAuthorDetails
(authorList: string[])
utils/content-utils.ts:5
↓ 2 callersFunctiongetCohortStatus
( startDate: string, endDate: string )
lib/utils/communities.ts:144
↓ 2 callersFunctiongetCommunity
(id: string)
lib/utils/communities.ts:157
↓ 2 callersFunctiongetCurrentWeek
(community: Community)
lib/utils/communities.ts:254
↓ 2 callersFunctiongetNextCallDate
(weeklyCall: WeeklyData["weeklyCall"])
lib/utils/communities.ts:298
↓ 2 callersFunctiongetPathStory
(slug: string)
data/path-and-stories.tsx:775
↓ 2 callersFunctiongetStatusDisplay
(status: string | undefined)
app/decoding/communities/page.tsx:12
↓ 2 callersFunctiongetTimeUntilCall
(weeklyCall: WeeklyData["weeklyCall"])
lib/utils/communities.ts:388
↓ 2 callersFunctiongetTopicContent
(slug: string)
components/communities/LearningResourcesSection.tsx:9
↓ 2 callersFunctiongetTopicData
(slug: string)
utils/content-utils.ts:128
↓ 2 callersFunctiongetWeeklyData
( community: Community, weekNumber: number )
lib/utils/communities.ts:230
↓ 2 callersFunctiongoToNextSlide
()
components/explainers/SlideViewer.tsx:96
↓ 2 callersFunctiongoToPrevSlide
()
components/explainers/SlideViewer.tsx:102
↓ 2 callersFunctionhandleDifficultyClick
(level: Difficulty)
components/brand/Filters.tsx:40
↓ 2 callersFunctionhandleFocusIn
()
components/sidebar-filter.tsx:255
↓ 2 callersFunctionhandleScroll
(direction: "left" | "right")
components/home-carousel.tsx:17
↓ 2 callersFunctionisItemActive
(pathname: string, item: NavItem)
components/get-funded/get-funded-sidebar.tsx:15
↓ 2 callersFunctionnormalizePath
(path: string)
components/decoding-bitcoin/Navigation.tsx:166
↓ 2 callersFunctionpopFromStack
( stack: StackItem[], count: number )
content/opcode-explorer.tsx:141
↓ 2 callersFunctionrenderItems
( items: TransactionItem[], type: "inputs" | "outputs" )
components/decoding-bitcoin/markdown-ui/transaction-serializer/TransactionDisplay.tsx:146
↓ 2 callersFunctionrenderStepIndicators
()
components/decoding-bitcoin/markdown-ui/script-visualizer/scriptVisualizer.tsx:187
↓ 2 callersFunctionsanitize
(name: string)
utils/sanitize.ts:1
↓ 2 callersFunctionsatoshisToBTC
(satoshis: number)
components/decoding-bitcoin/markdown-ui/transaction-serializer/TransactionDisplay.tsx:97
↓ 2 callersFunctionscrollByCard
(direction: 1 | -1)
components/get-funded/paths-stories-carousel.tsx:95
↓ 2 callersMethodtoCustomASM
(scriptBuffer: Buffer)
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:97
↓ 2 callersFunctiontoggle
(key: string)
components/get-funded/funding-checklist.tsx:85
↓ 2 callersFunctiontoggleTag
(tag: CurriculumTagType)
components/brand/Filters.tsx:34
↓ 2 callersFunctionvalidatePrefix
(value: string)
components/decoding-bitcoin/markdown-ui/address-encoder.tsx:25
↓ 1 callersFunctionaddBadgeFilterParam
(key: string, value: string)
hooks/useUrlManager.ts:36
↓ 1 callersFunctionaddFilter
(value: string)
components/sidebar-filter.tsx:275
↓ 1 callersFunctionaddSearchQuery
(value: string)
hooks/useUrlManager.ts:98
↓ 1 callersFunctionaddSortParam
(key: string, value: string)
hooks/useUrlManager.ts:84
↓ 1 callersFunctionapplyFilter
( dataSet: IssueCardElement[], filterArgNkey: { key: string; filter: string }[], result: IssueCard
utils/index.tsx:613
↓ 1 callersFunctionapplySearch
( searchQuery: string | null, result: IssueCardElement[] )
utils/index.tsx:658
↓ 1 callersFunctionapplySort
( sortKey: string | null, result: IssueCardElement[] )
utils/index.tsx:587
↓ 1 callersFunctionbuildTopicTree
(topics: Topic[])
utils/content-utils.ts:19
↓ 1 callersFunctioncalculateResourceProgress
( resources: WeeklyData["resources"], completedTopics: Record<string, boolean> )
components/communities/LearningResourcesSection.tsx:288
↓ 1 callersFunctioncheckMobile
()
components/decoding-bitcoin/markdown-ui/script-visualizer/scriptVisualizer.tsx:40
↓ 1 callersMethodclassifyInputType
(input: TxInput)
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:137
↓ 1 callersMethodclassifyOutputScript
(script: Buffer)
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:115
↓ 1 callersFunctioncollectQuestions
(weekData: WeeklyData)
lib/utils/communities.ts:403
↓ 1 callersFunctionconfigureMailchimp
()
config/mailchimp.ts:5
↓ 1 callersFunctionconstructRepoQueries
(inputs: Repository[])
graphql/queries/get-issues.ts:11
↓ 1 callersFunctioncopyToClipboard
(text: string)
components/decoding-bitcoin/markdown-ui/address-generator.tsx:298
↓ 1 callersFunctioncreateCalendarEvent
(weeklyCall: WeeklyData["weeklyCall"])
lib/utils/communities.ts:312
↓ 1 callersFunctioncreateSortKeys
()
utils/index.tsx:547
↓ 1 callersFunctioncreateTagCount
* Count the occurrences of all tags across topics and write to json file
contentlayer.config.ts:147
↓ 1 callersMethoddecode
()
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:54
↓ 1 callersFunctiondecodeCompactSize
()
components/decoding-bitcoin/markdown-ui/byte-tools.tsx:369
↓ 1 callersMethoddecodeInputs
()
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:64
↓ 1 callersMethoddecodeOutputs
()
components/decoding-bitcoin/markdown-ui/transaction-serializer/decodeTransaction.tsx:83
↓ 1 callersFunctiondisplayAsStack
(asm: string)
components/decoding-bitcoin/markdown-ui/transaction-serializer/TransactionDisplay.tsx:46
↓ 1 callersFunctionencodeCompactSize
()
components/decoding-bitcoin/markdown-ui/byte-tools.tsx:338
↓ 1 callersFunctionexecuteOpcode
(opcode: Opcode)
components/decoding-bitcoin/markdown-ui/stack-simulator.tsx:42
↓ 1 callersFunctionextractText
(node: React.ReactNode)
components/decoding-bitcoin/markdown-ui/expandable-alert.tsx:75
↓ 1 callersFunctionfetchAndSaveIssues
()
helpers/fetch-issues.ts:33
↓ 1 callersFunctionfetchAndSaveIssues
()
scripts/helpers/fetch-issues.js:23
↓ 1 callersFunctionfetchJsonData
(path: string)
utils/fetchJson.ts:1
↓ 1 callersFunctionfetchSlides
(id: string)
app/explainers/actions.ts:21
↓ 1 callersFunctionfilterIssues
( filterArgNkey: { key: string; filter: string }[], dataSet: IssueCardElement[], sortKey: string |
utils/index.tsx:556
↓ 1 callersFunctionfindNextTopic
( current: TopicTreeNode, nodes: TopicTreeNode[] )
utils/content-utils.ts:60
↓ 1 callersFunctionfindPrevTopic
( current: TopicTreeNode, nodes: TopicTreeNode[] )
utils/content-utils.ts:101
↓ 1 callersFunctionformatDate
(date: DateInput)
app/decoding/communities/page.tsx:43
↓ 1 callersFunctionformatStackItem
(item: StackItem)
components/decoding-bitcoin/markdown-ui/stack-simulator.tsx:59
↓ 1 callersFunctiongenerateGraphData
()
components/decoding-bitcoin/markdown-ui/reorg-calculator.tsx:112
↓ 1 callersFunctiongenerateRSS
(config, allTopics, page = "feed.xml")
rss/rss.mjs:35
↓ 1 callersFunctiongenerateRandomScriptHash
()
components/decoding-bitcoin/markdown-ui/address-encoder.tsx:74
↓ 1 callersFunctiongenerateRss
(config, posts, page = "feed.xml")
rss/rss.mjs:19
↓ 1 callersFunctiongenerateRssItem
(config, post)
rss/rss.mjs:7
↓ 1 callersFunctiongetBadgeColor
(type: string)
components/decoding-bitcoin/markdown-ui/bitcoin-history.tsx:29
↓ 1 callersFunctiongetByteWidth
(size: string)
src/components/TransactionCreation.tsx:567
↓ 1 callersFunctiongetClient
()
lib/apollo-client.ts:13
↓ 1 callersFunctiongetDifficultyColor
(difficulty: string)
components/explainers/ExplainerBrowser.tsx:39
↓ 1 callersFunctiongetExplainerById
(id: string)
content/explainers.ts:57
↓ 1 callersFunctiongetExplainerCards
()
content/explainers.ts:43
↓ 1 callersFunctiongetHashrateColor
(hashrate: number)
components/decoding-bitcoin/markdown-ui/reorg-calculator.tsx:105
↓ 1 callersFunctiongetImageVariants
(index: number)
components/decoding-bitcoin/markdown-ui/bitcoin-history.tsx:175
↓ 1 callersFunctiongetItemColor
(item: StackItem)
components/decoding-bitcoin/markdown-ui/stack-simulator.tsx:48
next →1–100 of 462, ranked by callers