MCPcopy Create free account
hub / github.com/google/go-github / getOptions

Function getOptions

tools/redundantptr/testdata/src/no-warnings/github.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func getOptions() struct {
23 Mode string
24} {
25 return struct {
26 Mode string
27 }{Mode: "gfm"}
28}
29
30func unqualifiedIdentifierArgumentDoesNotWarn() {
31 _ = Ptr("x")

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…