MCPcopy Index your code
hub / github.com/apache/devlake / CreateWithMap

Method CreateWithMap

backend/core/dal/dal.go:139–139  ·  view source on GitHub ↗

CreateWithMap insert record to database, the record is organized as map

(entity interface{}, record map[string]interface{})

Source from the content-addressed store, hash-verified

137 Create(entity interface{}, clauses ...Clause) errors.Error
138 // CreateWithMap insert record to database, the record is organized as map
139 CreateWithMap(entity interface{}, record map[string]interface{}) errors.Error
140 // Update updates record
141 Update(entity interface{}, clauses ...Clause) errors.Error
142 // UpdateColumn allows you to update multiple records

Callers 9

issueHandlerFactoryMethod · 0.65
issueCommitHandlerMethod · 0.65
qaApiHandlerMethod · 0.65
qaTestCaseHandlerMethod · 0.65
sprintHandlerMethod · 0.65
issueChangelogHandlerMethod · 0.65
issueWorklogHandlerMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected