MCPcopy Create free account

hub / github.com/Azure-Samples/todo-csharp-cosmos-sql / functions

Functions105 in github.com/Azure-Samples/todo-csharp-cosmos-sql

↓ 10 callersFunctioncreatePayloadAction
(type: TAction["type"])
src/web/src/actions/actionCreators.ts:32
↓ 10 callersFunctiondispatch
()
src/web/src/components/todoContext.ts:5
↓ 7 callersMethodGetListAsync
(string listId)
src/api/ListsRepository.cs:26
↓ 6 callersMethodsave
(listId: string, Item: TodoItem)
src/web/src/actions/itemActions.ts:16
↓ 4 callersFunctionbindActionCreators
( actionCreators: ActionCreator<any> | ActionCreatorsMapObject, dispatch: Dispatch<any> )
src/web/src/actions/actionCreators.ts:49
↓ 3 callersMethodGetListItemAsync
(string listId, string itemId)
src/api/ListsRepository.cs:70
↓ 3 callersMethodselect
(item?: TodoItem)
src/web/src/actions/itemActions.ts:14
↓ 2 callersFunctionbindActionCreator
(actionCreator: ActionCreator<A>, dispatch: Dispatch<A>)
src/web/src/actions/actionCreators.ts:42
↓ 2 callersFunctioncreateListItems
(items: TodoItem[])
src/web/src/components/todoItemListPane.tsx:39
↓ 2 callersFunctiongetDefaultState
()
src/web/src/models/applicationState.ts:17
↓ 2 callersMethodlist
(listId: string, options?: QueryOptions)
src/web/src/actions/itemActions.ts:13
↓ 2 callersMethodload
(listId: string, id: string)
src/web/src/actions/itemActions.ts:15
↓ 2 callersMethodremove
(listId: string, Item: TodoItem)
src/web/src/actions/itemActions.ts:17
↓ 1 callersMethodAddListAsync
(TodoList list)
src/api/ListsRepository.cs:37
↓ 1 callersMethodAddListItemAsync
(TodoItem item)
src/api/ListsRepository.cs:64
↓ 1 callersMethodDeleteListAsync
(string listId)
src/api/ListsRepository.cs:32
↓ 1 callersMethodDeleteListItemAsync
(string listId, string itemId)
src/api/ListsRepository.cs:80
↓ 1 callersMethodGetListItemsAsync
(string listId, int? skip, int? batchSize)
src/api/ListsRepository.cs:48
↓ 1 callersMethodGetListItemsByStateAsync
(string listId, string state, int? skip, int? batchSize)
src/api/ListsRepository.cs:56
↓ 1 callersMethodGetListsAsync
(int? skip, int? batchSize)
src/api/ListsRepository.cs:18
↓ 1 callersMethodMapTodoApi
(this RouteGroupBuilder group)
src/api/TodoEndpointsExtensions.cs:7
↓ 1 callersFunctioncombineReducers
(slices: {[key: string]: Reducer<any, TodoActions>})
src/web/src/reducers/index.ts:8
↓ 1 callersFunctioncompleteItems
()
src/web/src/components/todoItemListPane.tsx:146
↓ 1 callersFunctioncreateNavGroups
(lists: TodoList[])
src/web/src/components/todoListMenu.tsx:31
↓ 1 callersFunctiondeleteItems
()
src/web/src/components/todoItemListPane.tsx:150
↓ 1 callersFunctiondeleteList
()
src/web/src/pages/homePage.tsx:89
↓ 1 callersFunctiongetApplicationInsights
()
src/web/src/services/telemetryService.ts:11
↓ 1 callersFunctiongetBaseURL
()
tests/playwright.config.ts:51
↓ 1 callersFunctionloadListItems
(listId: string)
src/web/src/pages/homePage.tsx:59
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
src/web/src/reportWebVitals.ts:3
↓ 1 callersMethodsave
(list: TodoList)
src/web/src/actions/listActions.ts:16
↓ 1 callersFunctiontrackEvent
(eventName: string, properties?: { [key: string]: unknown })
src/web/src/services/telemetryService.ts:48
FunctionApp
()
src/web/src/App.tsx:15
MethodCreateList
(ListsRepository repository, CreateUpdateTodoList list)
src/api/TodoEndpointsExtensions.cs:28
MethodCreateListItem
(ListsRepository repository, string listId, CreateUpdateTodoItem item)
src/api/TodoEndpointsExtensions.cs:85
MethodDeleteList
(ListsRepository repository, string listId)
src/api/TodoEndpointsExtensions.cs:64
MethodDeleteListItem
(ListsRepository repository, string listId, string itemId)
src/api/TodoEndpointsExtensions.cs:137
MethodGetList
(ListsRepository repository, string listId)
src/api/TodoEndpointsExtensions.cs:40
MethodGetListItem
(ListsRepository repository, string listId, string itemId)
src/api/TodoEndpointsExtensions.cs:105
MethodGetListItems
(ListsRepository repository, string listId, int? skip = null, int? batchSize = null)
src/api/TodoEndpointsExtensions.cs:76
MethodGetListItemsByState
(ListsRepository repository, string listId, string state, int? skip = null, int? batchSize = null)
src/api/TodoEndpointsExtensions.cs:149
MethodGetLists
(ListsRepository repository, int? skip = null, int? batchSize = null)
src/api/TodoEndpointsExtensions.cs:23
FunctionHeader
()
src/web/src/layout/header.tsx:37
FunctionHomePage
()
src/web/src/pages/homePage.tsx:16
FunctionLayout
()
src/web/src/layout/layout.tsx:18
MethodListsRepository
(CosmosClient client, IConfiguration configuration)
src/api/ListsRepository.cs:11
FunctionSidebar
(props: SidebarProps)
src/web/src/layout/sidebar.tsx:11
FunctionTelemetry
(props: TelemetryProps)
src/web/src/components/telemetry.tsx:7
MethodToListAsync
(IQueryable<T> queryable, int? skip, int? batchSize)
src/api/ListsRepository.cs:90
MethodTodoItem
(string listId, string name)
src/api/TodoItem.cs:5
FunctionTodoItemDetailPane
(props: TodoItemDetailPaneProps)
src/web/src/components/todoItemDetailPane.tsx:12
FunctionTodoItemListPane
(props: TodoItemListPaneProps)
src/web/src/components/todoItemListPane.tsx:55
MethodTodoList
(string name)
src/api/TodoList.cs:5
FunctionTodoListMenu
(props: TodoListMenuProps)
src/web/src/components/todoListMenu.tsx:17
MethodUpdateList
(ListsRepository repository, string listId, CreateUpdateTodoList list)
src/api/TodoEndpointsExtensions.cs:47
MethodUpdateList
(TodoList existingList)
src/api/ListsRepository.cs:43
MethodUpdateListItem
(ListsRepository repository, string listId, string itemId, CreateUpdateTodoItem item)
src/api/TodoEndpointsExtensions.cs:117
MethodUpdateListItem
(TodoItem existingItem)
src/api/ListsRepository.cs:85
FunctioncancelEdit
()
src/web/src/components/todoItemDetailPane.tsx:44
Functionconstructor
(baseUrl: string, baseRoute: string)
src/web/src/services/restService.ts:17
Methodconstructor
(baseUrl: string, baseRoute: string)
src/web/src/services/itemService.ts:5
Methodconstructor
(baseUrl: string, baseRoute: string)
src/web/src/services/listService.ts:5
FunctioncreateAction
(type: TAction["type"])
src/web/src/actions/actionCreators.ts:26
Functiondelete
(id: string)
src/web/src/services/restService.ts:47
Functionget
(id: string)
src/web/src/services/restService.ts:32
FunctiongetList
(queryOptions?: QueryOptions)
src/web/src/services/restService.ts:23
Functionlist
(listId: string, options?: QueryOptions)
src/web/src/actions/itemActions.ts:20
Functionlist
(options?: QueryOptions)
src/web/src/actions/listActions.ts:20
Methodlist
(options?: QueryOptions)
src/web/src/actions/listActions.ts:13
FunctionlistsReducer
(state: TodoList[], action: TodoActions)
src/web/src/reducers/listsReducer.ts:5
Functionload
(listId: string, id: string)
src/web/src/actions/itemActions.ts:35
Functionload
(id: string)
src/web/src/actions/listActions.ts:34
Methodload
(id: string)
src/web/src/actions/listActions.ts:14
FunctiononDueDateChange
(date: Date | null | undefined)
src/web/src/components/todoItemDetailPane.tsx:54
FunctiononFormSubmit
(evt: FormEvent<HTMLFormElement>)
src/web/src/components/todoListMenu.tsx:49
FunctiononFormSubmit
(evt: FormEvent<HTMLFormElement>)
src/web/src/components/todoItemListPane.tsx:124
FunctiononItemCompleted
(item: TodoItem)
src/web/src/pages/homePage.tsx:72
FunctiononItemCreated
(item: TodoItem)
src/web/src/pages/homePage.tsx:68
FunctiononItemDeleted
(item: TodoItem)
src/web/src/pages/homePage.tsx:82
FunctiononItemEditCancel
()
src/web/src/layout/layout.tsx:44
FunctiononItemEdited
(item: TodoItem)
src/web/src/layout/layout.tsx:38
FunctiononItemSelected
(item?: TodoItem)
src/web/src/pages/homePage.tsx:78
FunctiononListCreated
(list: TodoList)
src/web/src/layout/layout.tsx:33
FunctiononNavLinkClick
(evt?: MouseEvent<HTMLElement>, item?: INavLink)
src/web/src/components/todoListMenu.tsx:21
FunctiononNewItemChanged
(_evt?: FormEvent<HTMLInputElement>, value?: string)
src/web/src/components/todoItemListPane.tsx:138
FunctiononNewListNameChange
(_evt: FormEvent<HTMLInputElement | HTMLTextAreaElement>, value?: string)
src/web/src/components/todoListMenu.tsx:45
FunctiononStateChange
(_evt: FormEvent<HTMLDivElement>, value?: IDropdownOption)
src/web/src/components/todoItemDetailPane.tsx:48
Functionpatch
(id: string, entity: Partial<T>)
src/web/src/services/restService.ts:73
Functionpost
(entity: T)
src/web/src/services/restService.ts:54
Functionput
(entity: T)
src/web/src/services/restService.ts:63
Functionremove
(listId: string, item: TodoItem)
src/web/src/actions/itemActions.ts:53
Functionremove
(id: string)
src/web/src/actions/listActions.ts:52
Methodremove
(id: string)
src/web/src/actions/listActions.ts:17
FunctionrenderItemColumn
(item: TodoDisplayItem, _index?: number, column?: IColumn)
src/web/src/components/todoItemListPane.tsx:170
Functionsave
(listId: string, item: TodoItem)
src/web/src/actions/itemActions.ts:44
Functionsave
(list: TodoList)
src/web/src/actions/listActions.ts:42
Functionsave
(entity: T)
src/web/src/services/restService.ts:41
FunctionsaveTodoItem
(evt: MouseEvent<HTMLButtonElement>)
src/web/src/components/todoItemDetailPane.tsx:25
Functionselect
(item?: TodoItem)
src/web/src/actions/itemActions.ts:29
Functionselect
(list: TodoList)
src/web/src/actions/listActions.ts:28
next →1–100 of 105, ranked by callers