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

Method issueCommitHandler

backend/plugins/customize/service/service.go:437–439  ·  view source on GitHub ↗

issueCommitHandler save record into `issue_commits` table

(record map[string]interface{})

Source from the content-addressed store, hash-verified

435
436// issueCommitHandler save record into `issue_commits` table
437func (s *Service) issueCommitHandler(record map[string]interface{}) errors.Error {
438 return s.dal.CreateWithMap(&crossdomain.IssueCommit{}, record)
439}
440
441// ImportQaApis imports csv file to the table `qa_apis`
442func (s *Service) ImportQaApis(qaProjectId string, file io.ReadCloser, incremental bool) errors.Error {

Callers

nothing calls this directly

Calls 1

CreateWithMapMethod · 0.65

Tested by

no test coverage detected