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

Method SetMarked

pkg/controller/rtctrl/runtimeinfo.go:98–100  ·  view source on GitHub ↗
(m bool)

Source from the content-addressed store, hash-verified

96}
97
98func (info *RuntimeInfo) SetMarked(m bool) {
99 info.Marked = m
100}
101
102func (info *RuntimeInfo) SetUsed(m bool) {
103 info.Used = m

Callers 4

opOccupySetMethod · 0.95
opRollbackSetMethod · 0.95
coolDownMethod · 0.80
rebornMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected