MCPcopy Index your code
hub / github.com/google/go-github / TestDependabotSecurityUpdates_String

Function TestDependabotSecurityUpdates_String

github/github-stringify_test.go:511–520  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

509}
510
511func TestDependabotSecurityUpdates_String(t *testing.T) {
512 t.Parallel()
513 v := DependabotSecurityUpdates{
514 Status: Ptr(""),
515 }
516 want := `github.DependabotSecurityUpdates{Status:""}`
517 if got := v.String(); got != want {
518 t.Errorf("DependabotSecurityUpdates.String = %v, want %v", got, want)
519 }
520}
521
522func TestDiscussionComment_String(t *testing.T) {
523 t.Parallel()

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
PtrFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…