MCPcopy Create free account

hub / github.com/LinkedInLearning/mastering-ai-assisted-development-10666010 / functions

Functions170 in github.com/LinkedInLearning/mastering-ai-assisted-development-10666010

↓ 21 callersMethoddelete
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:85
↓ 16 callersMethodcreateInvitation
* Generate a new invitation token
5.2-demo-subagents/src/invitations/service.ts:34
↓ 12 callersMethodredeemInvitation
* Redeem an invitation to create a new user
5.2-demo-subagents/src/invitations/service.ts:81
↓ 10 callersFunctionpaginate
( items: T[], options: { first: number; after?: string }, )
4.1-demo-ralph-loop/src/paginate.ts:16
↓ 10 callersFunctionpaginate
( items: T[], options: { first: number; after?: string }, )
4.1-demo-ralph-loop-clean/src/paginate.ts:18
↓ 7 callersFunctiondeduplicateUsers
(users: User[])
4.2-demo-claude-tasks-clean/src/deduplicator.ts:17
↓ 7 callersFunctiondeduplicateUsers
(users: User[])
4.2-demo-claude-tasks/src/deduplicator.ts:17
↓ 7 callersFunctiongenerateReport
(stats: { totalParsed: number; validCount: number; invalidCount: number; uniqueCount: number; duplic
4.2-demo-claude-tasks-clean/src/reporter.ts:18
↓ 7 callersFunctiongenerateReport
(stats: { totalParsed: number; validCount: number; invalidCount: number; uniqueCount: number; duplic
4.2-demo-claude-tasks/src/reporter.ts:18
↓ 7 callersFunctionparseCSV
(csv: string)
4.2-demo-claude-tasks-clean/src/csv-parser.ts:19
↓ 7 callersFunctionparseCSV
(csv: string)
4.2-demo-claude-tasks/src/csv-parser.ts:19
↓ 7 callersFunctionvalidateUsers
(users: Record<string, string>[])
4.2-demo-claude-tasks-clean/src/validator.ts:19
↓ 7 callersFunctionvalidateUsers
(users: Record<string, string>[])
4.2-demo-claude-tasks/src/validator.ts:21
↓ 6 callersFunctioncreateTask
(input: { title: string; description?: string; priority?: 'low' | 'medium' | 'high'; assignee?: string
6.2-demo-testing-debugging/src/tasks.ts:43
↓ 5 callersMethodfindUser
(email: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:79
↓ 5 callersMethodupdate
(id: string, name?: string, email?: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:84
↓ 4 callersMethodfindByEmail
(email: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:82
↓ 4 callersMethodfindById
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:81
↓ 4 callersMethodgetTasks
(projectId: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:118
↓ 3 callersFunctionadd_accent_bar
(slide, left, top, width, height, color=PRIMARY)
2.2-demo-pptx-skill-authoring/cats_presentation.py:33
↓ 3 callersFunctionadd_bullet_slide
(prs, title_text, bullets)
2.2-demo-pptx-skill-authoring/cats_presentation.py:40
↓ 3 callersFunctionadd_bullet_slide
Add a slide with title and bullet points
2.2-demo-pptx-skill-authoring/examples/sample-presentation/create_presentation.py:50
↓ 3 callersMethodcreate
(name: string, email: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:83
↓ 3 callersMethodcreateTask
(task: Omit<Task, 'id' | 'created_at'>)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:126
↓ 3 callersMethodcreateUser
(name: string, email: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:105
↓ 3 callersMethoddeleteTask
(id: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:144
↓ 3 callersFunctiongetAllTasks
(filters?: { status?: string; assignee?: string })
6.2-demo-testing-debugging/src/tasks.ts:26
↓ 3 callersFunctionstyle_title
(shape, text, size=44)
2.2-demo-pptx-skill-authoring/cats_presentation.py:16
↓ 2 callersMethodcreateProject
(project: Omit<Project, 'id' | 'created_at'>)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:107
↓ 2 callersFunctiondeleteTask
(id: string)
6.2-demo-testing-debugging/src/tasks.ts:78
↓ 2 callersMethodfindAll
()
4.3-demo-multi-phase-planning/src/refactored/types.ts:80
↓ 2 callersMethodfindById
(id: string)
4.3-demo-multi-phase-planning/src/refactored/repositories/user-repository.ts:26
↓ 2 callersMethodfindByToken
(token: string)
5.2-demo-subagents/src/invitations/repository.ts:12
↓ 2 callersMethodgetProject
(id: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:103
↓ 2 callersMethodgetTask
(id: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:122
↓ 2 callersFunctiongetTaskById
(id: string)
6.2-demo-testing-debugging/src/tasks.ts:39
↓ 2 callersMethodinit
()
1.1-demo-orchestrator-intro/src/Herd.js:79
↓ 2 callersMethodlistPendingInvitations
* List pending invitations
5.2-demo-subagents/src/invitations/service.ts:132
↓ 2 callersFunctionparseCSVLine
* Parse a single CSV line, handling quoted fields with commas
4.2-demo-claude-tasks/src/csv-parser.ts:63
↓ 2 callersMethodresendInvitation
* Resend an invitation (generates new token)
5.2-demo-subagents/src/invitations/service.ts:152
↓ 2 callersMethodrevokeInvitation
* Revoke an invitation
5.2-demo-subagents/src/invitations/service.ts:139
↓ 2 callersFunctionset_title_style
Apply consistent title styling
2.2-demo-pptx-skill-authoring/examples/sample-presentation/create_presentation.py:32
↓ 2 callersMethodupdateTask
(id: string, updates: Partial<Task>)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:136
↓ 1 callersFunction_resetStore
()
6.2-demo-testing-debugging/src/tasks.ts:109
↓ 1 callersMethodcreateAnimalGeometry
()
1.1-demo-orchestrator-intro/src/Herd.js:25
↓ 1 callersMethodcreateOrder
(userId: string, items: OrderItem[])
4.3-demo-multi-phase-planning/src/refactored/types.ts:114
↓ 1 callersFunctiondecodeJWT
* Decode JWT payload (without verification for this demo) * In production, verify against your secret key using jsonwebtoken or similar
3.1-demo-context7-mcp/examples/nextjs-auth/middleware.ts:19
↓ 1 callersMethoddeleteOrder
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:116
↓ 1 callersMethoddeleteUser
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:107
↓ 1 callersMethodfindById
(id: string)
4.3-demo-multi-phase-planning/src/refactored/repositories/order-repository.ts:17
↓ 1 callersMethodfindByUserId
(userId: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:92
↓ 1 callersMethodfindPending
()
5.2-demo-subagents/src/invitations/repository.ts:24
↓ 1 callersMethodgetAllOrders
()
4.3-demo-multi-phase-planning/src/refactored/types.ts:111
↓ 1 callersMethodgetAllUsers
()
4.3-demo-multi-phase-planning/src/refactored/types.ts:103
↓ 1 callersMethodgetHistory
* Fetch message history for a room * @param roomId - The room to fetch messages from * @param limit - Maximum number of messages to fetch
3.1-demo-context7-mcp/examples/supabase-realtime/realtime-chat.ts:156
↓ 1 callersMethodgetOrderById
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:112
↓ 1 callersMethodgetOrdersByUserId
(userId: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:113
↓ 1 callersFunctiongetPriorityColor
(priority: TaskPriority)
5.4-demo-fullstack-agent-team/src/frontend/components/TaskCard.tsx:13
↓ 1 callersMethodgetProjects
(userId: string)
5.4-demo-fullstack-agent-team/src/api/db/mock.ts:94
↓ 1 callersFunctiongetTasksByPriority
()
6.2-demo-testing-debugging/src/tasks.ts:84
↓ 1 callersFunctiongetTasksByStatus
(status: TaskStatus)
5.4-demo-fullstack-agent-team/src/frontend/components/KanbanBoard.tsx:21
↓ 1 callersMethodgetUserById
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:104
↓ 1 callersFunctionhandleSelect
(itemId: string)
5.3-demo-agent-swarms/src/components/Dropdown.tsx:102
↓ 1 callersMethodincrementOrderCount
(id: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:86
↓ 1 callersFunctionisTokenExpired
(expiresAt: string)
5.2-demo-subagents/src/invitations/validation.ts:70
↓ 1 callersFunctionisTokenValid
* Check if JWT token is still valid
3.1-demo-context7-mcp/examples/nextjs-auth/middleware.ts:42
↓ 1 callersFunctionmain
()
3.3-demo-custom-mcp-server/src/server.ts:90
↓ 1 callersFunctionmain
()
3.3-demo-custom-mcp-server-clean/src/server.ts:46
↓ 1 callersMethodonResize
()
1.1-demo-orchestrator-intro/src/World.js:73
↓ 1 callersFunctionreassignTasks
(fromAssignee: string, toAssignee: string)
6.2-demo-testing-debugging/src/tasks.ts:96
↓ 1 callersMethodresetInstance
(i)
1.1-demo-orchestrator-intro/src/Herd.js:167
↓ 1 callersMethodresetInstances
()
1.1-demo-orchestrator-intro/src/Herd.js:159
↓ 1 callersMethodsendMessage
* Send a message to the chat room * @param roomId - The room to send the message to * @param text - The message text * @param userId - The us
3.1-demo-context7-mcp/examples/supabase-realtime/realtime-chat.ts:122
↓ 1 callersMethodsetupDust
()
1.1-demo-orchestrator-intro/src/Environment.js:14
↓ 1 callersMethodsetupGUI
()
1.1-demo-orchestrator-intro/src/Herd.js:192
↓ 1 callersMethodsetupGround
()
1.1-demo-orchestrator-intro/src/Environment.js:67
↓ 1 callersMethodsetupLighting
()
1.1-demo-orchestrator-intro/src/Environment.js:40
↓ 1 callersMethodsetupSky
()
1.1-demo-orchestrator-intro/src/Environment.js:94
↓ 1 callersMethodstart
()
1.1-demo-orchestrator-intro/src/World.js:55
↓ 1 callersMethodsubscribe
* Initialize Supabase client and set up realtime subscription * @param roomId - The chat room ID to subscribe to * @param callback - Function ca
3.1-demo-context7-mcp/examples/supabase-realtime/realtime-chat.ts:46
↓ 1 callersMethodunsubscribe
* Unsubscribe from the realtime channel
3.1-demo-context7-mcp/examples/supabase-realtime/realtime-chat.ts:181
↓ 1 callersMethodupdate
()
1.1-demo-orchestrator-intro/src/World.js:59
↓ 1 callersMethodupdateOrderStatus
(id: string, status: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:115
↓ 1 callersMethodupdateRedeemed
( id: string, redeemed_by_user_id: string, )
5.2-demo-subagents/src/invitations/repository.ts:38
↓ 1 callersFunctionupdateTask
( id: string, updates: Partial<Pick<Task, 'title' | 'description' | 'status' | 'priority' | 'assignee'>> )
6.2-demo-testing-debugging/src/tasks.ts:65
↓ 1 callersMethodupdateUser
(id: string, name?: string, email?: string)
4.3-demo-multi-phase-planning/src/refactored/types.ts:106
↓ 1 callersFunctionvalidateInvitationRequest
(email: string)
5.2-demo-subagents/src/invitations/validation.ts:16
↓ 1 callersFunctionvalidateRedemptionRequest
( name: string, password: string, )
5.2-demo-subagents/src/invitations/validation.ts:34
FunctionApp
()
5.4-demo-fullstack-agent-team/src/frontend/App.tsx:12
FunctionButton
({ children, variant = 'primary', disabled = false, onClick, type = 'button', className = '', })
5.3-demo-agent-swarms/src/components/Button.tsx:55
FunctionDropdown
({ trigger, items, onSelect, disabled = false, triggerClassName = '', menuClassName = '', })
5.3-demo-agent-swarms/src/components/Dropdown.tsx:72
FunctionInput
({ id, label, type = 'text', placeholder, value, onChange, disabled = false, error, classNam
5.3-demo-agent-swarms/src/components/Input.tsx:75
FunctionKanbanBoard
({ projectId, tasks })
5.4-demo-fullstack-agent-team/src/frontend/components/KanbanBoard.tsx:14
FunctionModal
({ isOpen, title, children, onClose, footer, closeOnOverlayClick = true, })
5.3-demo-agent-swarms/src/components/Modal.tsx:60
FunctionProjectCard
({ project, onSelect })
5.4-demo-fullstack-agent-team/src/frontend/components/ProjectCard.tsx:13
FunctionProjectList
({ projects, onSelectProject })
5.4-demo-fullstack-agent-team/src/frontend/components/ProjectList.tsx:14
FunctionSelect
({ id, label, options, value, onChange, placeholder = 'Select an option', disabled = false, er
5.3-demo-agent-swarms/src/components/Select.tsx:81
FunctionTaskCard
({ task })
5.4-demo-fullstack-agent-team/src/frontend/components/TaskCard.tsx:12
FunctionToast
({ message, type = 'info', duration = 5000, onClose, isVisible = true, })
5.3-demo-agent-swarms/src/components/Toast.tsx:51
MethodaddPart
(geo, scale, position, partIndex, pivotPoint)
1.1-demo-orchestrator-intro/src/Herd.js:31
next →1–100 of 170, ranked by callers