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

Function IsNoneLogType

pkg/api/apiserver.go:124–129  ·  view source on GitHub ↗
(logType string)

Source from the content-addressed store, hash-verified

122}
123
124func IsNoneLogType(logType string) bool {
125 if logType == "" || logType == "none" {
126 return true
127 }
128 return false
129}
130
131func (s *FunctionConfiguration) String() string {
132 return awsutil.Prettify(s)

Callers 1

InvokeFunctionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected