MCPcopy Create free account
hub / github.com/apache/devlake / put

Method put

backend/plugins/zentao/tasks/shared.go:241–245  ·  view source on GitHub ↗
(account models.ZentaoAccount)

Source from the content-addressed store, hash-verified

239}
240
241func (a *AccountCache) put(account models.ZentaoAccount) {
242 if account.Account != "" {
243 a.accounts[account.Account] = account
244 }
245}
246
247func (a *AccountCache) getAccountID(account string) int64 {
248 if data, ok := a.accounts[account]; ok {

Callers 2

ExtractAccountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected