Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codurance/task-list
/ functions
Functions
197 in github.com/codurance/task-list
⨍
Functions
197
◇
Types & classes
35
↓ 39 callers
Method
println
(ln: string)
typescript/src/task_list.ts:45
↓ 20 callers
Function
execute
(command)
ruby/spec/application_spec.rb:85
↓ 20 callers
Method
print
(self, string: Optional[str]="", end: str="\n", flush: bool=True)
python/task_list/console.py:9
↓ 18 callers
Function
execute
(cmd: string)
typescript/tests/application_test.ts:90
↓ 18 callers
Method
execute
(self, command)
python/tests/test_application.py:68
↓ 18 callers
Method
execute
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 callers
Method
execute
(String command)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:102
↓ 18 callers
Method
execute
(String command)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:102
↓ 13 callers
Method
WriteLine
(string format, params object[] args)
csharp/Tasks/IConsole.cs:11
↓ 5 callers
Method
write
(self, command)
python/tests/test_application.py:71
↓ 4 callers
Method
done
()
typescript/src/task.ts:14
↓ 3 callers
Method
read
(expected)
typescript/tests/application_test.ts:45
↓ 3 callers
Method
run
ruby/lib/task_list.rb:13
↓ 3 callers
Function
splitFirstSpace
(s: string)
typescript/src/task_list.ts:8
↓ 2 callers
Method
Add
(string commandLine)
csharp/Tasks/TaskList.cs:75
↓ 2 callers
Method
GetID
GetID returns the task ID.
golang/src/task/task.go:20
↓ 2 callers
Function
NewTaskList
NewTaskList initializes a TaskList on the given I/O descriptors.
golang/src/task/list.go:46
↓ 2 callers
Method
Run
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 callers
Method
Run
()
csharp/Tasks/TaskList.cs:26
↓ 2 callers
Method
add
(String commandLine)
java/src/main/java/com/codurance/training/tasks/TaskList.java:84
↓ 2 callers
Method
forEachProject
(func: (key: string, value: task.Task[]) => any)
typescript/src/task_list.ts:54
↓ 2 callers
Method
getId
()
java/src/main/java/com/codurance/training/tasks/Task.java:14
↓ 2 callers
Method
id
()
typescript/src/task.ts:6
↓ 2 callers
Function
read
(expected_output)
ruby/spec/application_spec.rb:90
↓ 2 callers
Method
read
(self, expected_output)
python/tests/test_application.py:76
↓ 2 callers
Method
read
(String expectedOutput)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:107
↓ 2 callers
Method
read
(String expectedOutput)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:107
↓ 2 callers
Function
readLines
(...strings: string[])
typescript/tests/application_test.ts:94
↓ 2 callers
Method
readLines
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 callers
Method
readLines
(String... expectedOutput)
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:114
↓ 2 callers
Method
readLines
(String... expectedOutput)
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:114
↓ 2 callers
Function
read_lines
(*expected_output)
ruby/spec/application_spec.rb:95
↓ 2 callers
Method
read_lines
(self, *lines)
python/tests/test_application.py:80
↓ 2 callers
Method
setDone
(idString string, done bool)
golang/src/task/list.go:163
↓ 2 callers
Method
setDone
(idString: string, done: boolean)
typescript/src/task_list.ts:128
↓ 2 callers
Method
setDone
(String idString, boolean done)
java/src/main/java/com/codurance/training/tasks/TaskList.java:117
↓ 2 callers
Method
set_done
(self, id_string: str, done: bool)
python/task_list/app.py:71
↓ 2 callers
Method
stillRunning
()
kotlin/src/test/java/com/codurance/training/tasks/ApplicationTest.java:124
↓ 2 callers
Method
stillRunning
()
java/src/test/java/com/codurance/training/tasks/ApplicationTest.java:124
↓ 2 callers
Function
still_running?
ruby/spec/application_spec.rb:105
↓ 1 callers
Method
Error
(string command)
csharp/Tasks/TaskList.cs:138
↓ 1 callers
Method
GetDescription
GetDescription returns the task description.
golang/src/task/task.go:25
↓ 1 callers
Method
IsDone
IsDone returns whether the task is done or not.
golang/src/task/task.go:30
↓ 1 callers
Function
NewTask
NewTask initializes a Task with the given ID, description and completion status.
golang/src/task/task.go:11
↓ 1 callers
Method
Read
(byte[] buffer, int offset, int count)
csharp/Tasks.Tests/BlockingStream.cs:24
↓ 1 callers
Method
ReadLine
()
csharp/Tasks/IConsole.cs:7
↓ 1 callers
Method
RetrieveOutput
(int length)
csharp/Tasks.Tests/FakeConsole.cs:53
↓ 1 callers
Method
SendInput
(string input)
csharp/Tasks.Tests/FakeConsole.cs:48
↓ 1 callers
Method
SetDone
SetDone changes the completion status of the task.
golang/src/task/task.go:35
↓ 1 callers
Method
Write
(string format, params object[] args)
csharp/Tasks/IConsole.cs:9
↓ 1 callers
Method
Write
(string format, params object[] args)
csharp/Tasks.Tests/FakeConsole.cs:33
↓ 1 callers
Method
add
(self, command_line: str)
python/task_list/app.py:45
↓ 1 callers
Method
add
(args []string)
golang/src/task/list.go:128
↓ 1 callers
Method
add
kotlin/src/main/java/com/codurance/training/tasks/TaskList.kt:56
↓ 1 callers
Method
add
(commandLine: string)
typescript/src/task_list.ts:96
↓ 1 callers
Method
addProject
(name string)
golang/src/task/list.go:142
↓ 1 callers
Method
addProject
(name: string)
typescript/src/task_list.ts:107
↓ 1 callers
Method
addProject
(String name)
java/src/main/java/com/codurance/training/tasks/TaskList.java:95
↓ 1 callers
Method
addTask
(projectName, description string)
golang/src/task/list.go:146
↓ 1 callers
Method
addTask
(project: string, description: string)
typescript/src/task_list.ts:111
↓ 1 callers
Method
addTask
(String project, String description)
java/src/main/java/com/codurance/training/tasks/TaskList.java:99
↓ 1 callers
Method
add_project
(self, name: str)
python/task_list/app.py:54
↓ 1 callers
Method
add_task
(self, project: str, description: str)
python/task_list/app.py:57
↓ 1 callers
Method
check
(self, id_string: str)
python/task_list/app.py:65
↓ 1 callers
Method
check
(idString string)
golang/src/task/list.go:155
↓ 1 callers
Method
check
(idString: string)
typescript/src/task_list.ts:120
↓ 1 callers
Method
check
(String idString)
java/src/main/java/com/codurance/training/tasks/TaskList.java:109
↓ 1 callers
Method
description
()
typescript/src/task.ts:10
↓ 1 callers
Method
done?
ruby/lib/task.rb:11
↓ 1 callers
Method
error
(self, command: str)
python/task_list/app.py:90
↓ 1 callers
Method
error
(command string)
golang/src/task/list.go:101
↓ 1 callers
Method
error
(command: string)
typescript/src/task_list.ts:153
↓ 1 callers
Method
error
(String command)
java/src/main/java/com/codurance/training/tasks/TaskList.java:141
↓ 1 callers
Method
execute
(self, command_line: str)
python/task_list/app.py:22
↓ 1 callers
Method
execute
(cmdLine string)
golang/src/task/list.go:72
↓ 1 callers
Method
execute
(commandLine: string)
typescript/src/task_list.ts:61
↓ 1 callers
Method
execute
(String commandLine)
java/src/main/java/com/codurance/training/tasks/TaskList.java:49
↓ 1 callers
Method
getDescription
()
java/src/main/java/com/codurance/training/tasks/Task.java:18
↓ 1 callers
Method
help
(self)
python/task_list/app.py:81
↓ 1 callers
Method
help
()
golang/src/task/list.go:91
↓ 1 callers
Method
help
()
typescript/src/task_list.ts:143
↓ 1 callers
Method
help
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:131
↓ 1 callers
Method
input
(self, prompt: Optional[str]="")
python/task_list/console.py:14
↓ 1 callers
Method
isDone
()
java/src/main/java/com/codurance/training/tasks/Task.java:22
↓ 1 callers
Method
is_done
(self)
python/task_list/task.py:12
↓ 1 callers
Function
main
()
python/task_list/__main__.py:7
↓ 1 callers
Method
nextID
()
golang/src/task/list.go:182
↓ 1 callers
Method
nextId
()
typescript/src/task_list.ts:157
↓ 1 callers
Method
nextId
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:146
↓ 1 callers
Method
next_id
(self)
python/task_list/app.py:94
↓ 1 callers
Method
run
(self)
python/task_list/app.py:15
↓ 1 callers
Method
run
kotlin/src/main/java/com/codurance/training/tasks/TaskList.kt:15
↓ 1 callers
Method
run
()
typescript/src/task_list.ts:50
↓ 1 callers
Method
run
()
typescript/tests/application_test.ts:55
↓ 1 callers
Method
run
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:32
↓ 1 callers
Method
show
(self)
python/task_list/app.py:38
↓ 1 callers
Method
show
()
golang/src/task/list.go:105
↓ 1 callers
Method
show
()
typescript/src/task_list.ts:86
↓ 1 callers
Method
show
()
java/src/main/java/com/codurance/training/tasks/TaskList.java:74
↓ 1 callers
Method
test
()
typescript/tests/application_test.ts:13
next →
1–100 of 197, ranked by callers