MCPcopy Index your code
hub / github.com/git-bug/git-bug / parseId

Function parseId

bridge/github/import.go:583–585  ·  view source on GitHub ↗

parseId converts the unusable githubv4.ID (an interface{}) into a string

(id githubv4.ID)

Source from the content-addressed store, hash-verified

581
582// parseId converts the unusable githubv4.ID (an interface{}) into a string
583func parseId(id githubv4.ID) string {
584 return fmt.Sprintf("%v", id)
585}

Callers 4

ensureIssueMethod · 0.85
ensureTimelineItemMethod · 0.85
ensureCommentEditMethod · 0.85
ensureCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected