Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/53AI/53AIHub
/ isTestMode
Function
isTestMode
api/controller/utils.go:10–12 ·
view source on GitHub ↗
isTestMode 检查是否在测试模式下运行
()
Source
from the content-addressed store, hash-verified
8
9
// isTestMode 检查是否在测试模式下运行
10
func
isTestMode() bool {
11
return
os.Getenv(
"GO_ENV"
) ==
"test"
|| gin.Mode() == gin.TestMode
12
}
Callers
4
UpdateRawFileContent
Function · 0.85
CreateRetrievalChunk
Function · 0.85
MergeRetrievalChunks
Function · 0.85
SplitRetrievalChunk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected