Home
last modified time | relevance | path

Searched refs:CacheGet (Results 1 – 6 of 6) sorted by relevance

/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcommit.go28 if c, found := utils.CacheGet("gitee", url); found {
Dissue.go32 if c, found := utils.CacheGet("gitee", url); found {
Dcompare.go124 if c, found := utils.CacheGet("gitee", url); found {
/developtools/integration_verification/tools/fotff/utils/
Druntime.go41 func CacheGet(section string, k string) (v any, found bool) { func
/developtools/integration_verification/tools/fotff/rec/
Dfotff.go133 if result, found := utils.CacheGet("testcase_result", testcase+"__at__"+pkg); found {
136 …if fellowResult, fellowFound := utils.CacheGet("testcase_result", fellow+"__at__"+pkg); fellowFoun…
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dcommon.go105 if c, found := utils.CacheGet(fmt.Sprintf("%s_steps", m.Component), from+"__to__"+to); found {