Searched refs:CacheGet (Results 1 – 6 of 6) sorted by relevance
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | commit.go | 28 if c, found := utils.CacheGet("gitee", url); found {
|
| D | issue.go | 32 if c, found := utils.CacheGet("gitee", url); found {
|
| D | compare.go | 124 if c, found := utils.CacheGet("gitee", url); found {
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | runtime.go | 41 func CacheGet(section string, k string) (v any, found bool) { func
|
| /developtools/integration_verification/tools/fotff/rec/ |
| D | fotff.go | 133 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/ |
| D | common.go | 105 if c, found := utils.CacheGet(fmt.Sprintf("%s_steps", m.Component), from+"__to__"+to); found {
|