Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ resetWebFlags
Function
resetWebFlags
apps/cli/internal/cli/web_test.go:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
resetWebFlags() {
11
webPort = 8080
12
webDev = false
13
webOpen = false
14
webReadOnly = false
15
}
16
17
func
TestWebStart_NonExistentDirectory(t *testing.T) {
18
resetWebFlags()
Callers
2
TestWebStart_NonExistentDirectory
Function · 0.85
TestWebStart_FileInsteadOfDirectory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected