MCPcopy 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 检查是否在测试模式下运行
10func isTestMode() bool {
11 return os.Getenv("GO_ENV") == "test" || gin.Mode() == gin.TestMode
12}

Callers 4

UpdateRawFileContentFunction · 0.85
CreateRetrievalChunkFunction · 0.85
MergeRetrievalChunksFunction · 0.85
SplitRetrievalChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected