MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / IsLogTypeTail

Method IsLogTypeTail

pkg/api/controller.go:199–201  ·  view source on GitHub ↗

IsLogTypeTail check if logtype is Tail

()

Source from the content-addressed store, hash-verified

197
198// IsLogTypeTail check if logtype is Tail
199func (t LogType) IsLogTypeTail() bool {
200 return strings.EqualFold(string(t), LogTypeTail)
201}
202
203type ServiceResource struct {
204 Capacity *Resource

Callers 3

TestLogType_ValidFunction · 0.95
getRuntimeMethod · 0.80
buildResponseMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestLogType_ValidFunction · 0.76