MCPcopy Create free account

hub / github.com/codurance/task-list / functions

Functions197 in github.com/codurance/task-list

↓ 39 callersMethodprintln
(ln: string)
typescript/src/task_list.ts:45
↓ 20 callersFunctionexecute
(command)
ruby/spec/application_spec.rb:85
↓ 20 callersMethodprint
(self, string: Optional[str]="", end: str="\n", flush: bool=True)
python/task_list/console.py:9
↓ 18 callersFunctionexecute
(cmd: string)
typescript/tests/application_test.ts:90
↓ 18 callersMethodexecute
(self, command)
python/tests/test_application.py:68
↓ 18 callersMethodexecute
execute calls a command, by writing it into the scenario writer. It first reads the command prompt, then sends the command.
golang/src/task/main_test.go:103
↓ 18 callersMethodexecute
(String command)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:102
↓ 18 callersMethodexecute
(String command)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:102
↓ 13 callersMethodWriteLine
(string format, params object[] args)
csharp/Tasks/IConsole.cs:11
↓ 5 callersMethodwrite
(self, command)
python/tests/test_application.py:71
↓ 4 callersMethoddone
()
typescript/src/task.ts:14
↓ 3 callersMethodread
(expected)
typescript/tests/application_test.ts:45
↓ 3 callersMethodrun
ruby/lib/task_list.rb:13
↓ 3 callersFunctionsplitFirstSpace
(s: string)
typescript/src/task_list.ts:8
↓ 2 callersMethodAdd
(string commandLine)
csharp/Tasks/TaskList.cs:75
↓ 2 callersMethodGetID
GetID returns the task ID.
golang/src/task/task.go:20
↓ 2 callersFunctionNewTaskList
NewTaskList initializes a TaskList on the given I/O descriptors.
golang/src/task/list.go:46
↓ 2 callersMethodRun
Run runs the command loop of the task manager. Sequentially executes any given command, until the user types the Quit message.
golang/src/task/list.go:57
↓ 2 callersMethodRun
()
csharp/Tasks/TaskList.cs:26
↓ 2 callersMethodadd
(String commandLine)
java/src/main/java/com/codurance/training/tasks/TaskList.java:84
↓ 2 callersMethodforEachProject
(func: (key: string, value: task.Task[]) => any)
typescript/src/task_list.ts:54
↓ 2 callersMethodgetId
()
java/src/main/java/com/codurance/training/tasks/Task.java:14
↓ 2 callersMethodid
()
typescript/src/task.ts:6
↓ 2 callersFunctionread
(expected_output)
ruby/spec/application_spec.rb:90
↓ 2 callersMethodread
(self, expected_output)
python/tests/test_application.py:76
↓ 2 callersMethodread
(String expectedOutput)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:107
↓ 2 callersMethodread
(String expectedOutput)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:107
↓ 2 callersFunctionreadLines
(...strings: string[])
typescript/tests/application_test.ts:94
↓ 2 callersMethodreadLines
readLines reads lines from the scenario scanner, making sure they match the expected given lines. In case it fails or does not match, makes the callin
golang/src/task/main_test.go:121
↓ 2 callersMethodreadLines
(String... expectedOutput)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:114
↓ 2 callersMethodreadLines
(String... expectedOutput)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:114
↓ 2 callersFunctionread_lines
(*expected_output)
ruby/spec/application_spec.rb:95
↓ 2 callersMethodread_lines
(self, *lines)
python/tests/test_application.py:80
↓ 2 callersMethodsetDone
(idString string, done bool)
golang/src/task/list.go:163
↓ 2 callersMethodsetDone
(idString: string, done: boolean)
typescript/src/task_list.ts:128
↓ 2 callersMethodsetDone
(String idString, boolean done)
java/src/main/java/com/codurance/training/tasks/TaskList.java:117
↓ 2 callersMethodset_done
(self, id_string: str, done: bool)
python/task_list/app.py:71
↓ 2 callersMethodstillRunning
()
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:124
↓ 2 callersMethodstillRunning
()
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:124
↓ 2 callersFunctionstill_running?
ruby/spec/application_spec.rb:105
↓ 1 callersMethodError
(string command)
csharp/Tasks/TaskList.cs:138
↓ 1 callersMethodGetDescription
GetDescription returns the task description.
golang/src/task/task.go:25
↓ 1 callersMethodIsDone
IsDone returns whether the task is done or not.
golang/src/task/task.go:30
↓ 1 callersFunctionNewTask
NewTask initializes a Task with the given ID, description and completion status.
golang/src/task/task.go:11
↓ 1 callersMethodRead
(byte[] buffer, int offset, int count)
csharp/Tasks.Tests/BlockingStream.cs:24
↓ 1 callersMethodReadLine
()
csharp/Tasks/IConsole.cs:7
↓ 1 callersMethodRetrieveOutput
(int length)
csharp/Tasks.Tests/FakeConsole.cs:53
↓ 1 callersMethodSendInput
(string input)
csharp/Tasks.Tests/FakeConsole.cs:48
↓ 1 callersMethodSetDone
SetDone changes the completion status of the task.
golang/src/task/task.go:35
↓ 1 callersMethodWrite
(string format, params object[] args)
csharp/Tasks/IConsole.cs:9
↓ 1 callersMethodWrite
(string format, params object[] args)
csharp/Tasks.Tests/FakeConsole.cs:33
↓ 1 callersMethodadd
(self, command_line: str)
python/task_list/app.py:45
↓ 1 callersMethodadd
(args []string)
golang/src/task/list.go:128
↓ 1 callersMethodadd
kotlin/src/main/java/com/codurance/training/tasks/TaskList.kt:56
↓ 1 callersMethodadd
(commandLine: string)
typescript/src/task_list.ts:96
↓ 1 callersMethodaddProject
(name string)
golang/src/task/list.go:142
↓ 1 callersMethodaddProject
(name: string)
typescript/src/task_list.ts:107
↓ 1 callersMethodaddProject
(String name)
java/src/main/java/com/codurance/training/tasks/TaskList.java:95
↓ 1 callersMethodaddTask
(projectName, description string)
golang/src/task/list.go:146
↓ 1 callersMethodaddTask
(project: string, description: string)
typescript/src/task_list.ts:111
↓ 1 callersMethodaddTask
(String project, String description)
java/src/main/java/com/codurance/training/tasks/TaskList.java:99
↓ 1 callersMethodadd_project
(self, name: str)
python/task_list/app.py:54
↓ 1 callersMethodadd_task
(self, project: str, description: str)
python/task_list/app.py:57
↓ 1 callersMethodcheck
(self, id_string: str)
python/task_list/app.py:65
↓ 1 callersMethodcheck
(idString string)
golang/src/task/list.go:155
↓ 1 callersMethodcheck
(idString: string)
typescript/src/task_list.ts:120
↓ 1 callersMethodcheck
(String idString)
java/src/main/java/com/codurance/training/tasks/TaskList.java:109
↓ 1 callersMethoddescription
()
typescript/src/task.ts:10
↓ 1 callersMethoddone?
ruby/lib/task.rb:11
↓ 1 callersMethoderror
(self, command: str)
python/task_list/app.py:90
↓ 1 callersMethoderror
(command string)
golang/src/task/list.go:101
↓ 1 callersMethoderror
(command: string)
typescript/src/task_list.ts:153
↓ 1 callersMethoderror
(String command)
java/src/main/java/com/codurance/training/tasks/TaskList.java:141
↓ 1 callersMethodexecute
(self, command_line: str)
python/task_list/app.py:22
↓ 1 callersMethodexecute
(cmdLine string)
golang/src/task/list.go:72
↓ 1 callersMethodexecute
(commandLine: string)
typescript/src/task_list.ts:61
↓ 1 callersMethodexecute
(String commandLine)
java/src/main/java/com/codurance/training/tasks/TaskList.java:49
↓ 1 callersMethodgetDescription
()
java/src/main/java/com/codurance/training/tasks/Task.java:18
↓ 1 callersMethodhelp
(self)
python/task_list/app.py:81
↓ 1 callersMethodhelp
()
golang/src/task/list.go:91
↓ 1 callersMethodhelp
()
typescript/src/task_list.ts:143
↓ 1 callersMethodhelp
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:131
↓ 1 callersMethodinput
(self, prompt: Optional[str]="")
python/task_list/console.py:14
↓ 1 callersMethodisDone
()
java/src/main/java/com/codurance/training/tasks/Task.java:22
↓ 1 callersMethodis_done
(self)
python/task_list/task.py:12
↓ 1 callersFunctionmain
()
python/task_list/__main__.py:7
↓ 1 callersMethodnextID
()
golang/src/task/list.go:182
↓ 1 callersMethodnextId
()
typescript/src/task_list.ts:157
↓ 1 callersMethodnextId
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:146
↓ 1 callersMethodnext_id
(self)
python/task_list/app.py:94
↓ 1 callersMethodrun
(self)
python/task_list/app.py:15
↓ 1 callersMethodrun
kotlin/src/main/java/com/codurance/training/tasks/TaskList.kt:15
↓ 1 callersMethodrun
()
typescript/src/task_list.ts:50
↓ 1 callersMethodrun
()
typescript/tests/application_test.ts:55
↓ 1 callersMethodrun
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:32
↓ 1 callersMethodshow
(self)
python/task_list/app.py:38
↓ 1 callersMethodshow
()
golang/src/task/list.go:105
↓ 1 callersMethodshow
()
typescript/src/task_list.ts:86
↓ 1 callersMethodshow
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:74
↓ 1 callersMethodtest
()
typescript/tests/application_test.ts:13
next →1–100 of 197, ranked by callers