MCPcopy
hub / github.com/kserve/kserve / String

Method String

pkg/constants/constants.go:743–745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

741}
742
743func (v InferenceServiceVerb) String() string {
744 return string(v)
745}
746
747func GetEnvOrDefault(key string, fallback string) string {
748 if value, ok := os.LookupEnv(key); ok {

Callers 15

StoreMethod · 0.45
toLogRecordFunction · 0.45
getOrCreateIDFunction · 0.45
TestBadResponseFunction · 0.45
StartDispatcherFunction · 0.45
sendHttpCloudEventMethod · 0.45
StartMethod · 0.45
getExpectedDeploymentFunction · 0.45
ReconcileMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestBadResponseFunction · 0.36
TestIsMMSPredictorFunction · 0.36
TestGetServingRuntimeFunction · 0.36
TestUpdateImageTagFunction · 0.36
TestModelNameFunction · 0.36
TestGetPredictorEndpointFunction · 0.36
TestCreateRawURLFunction · 0.36
TestCreateKnativeServiceFunction · 0.36