MCPcopy
hub / github.com/writefreely/writefreely / Close

Method Close

oauth_test.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (src *StringReadCloser) Close() error {
50 return nil
51}
52
53type MockHTTPClient struct {
54 DoDo func(req *http.Request) (*http.Response, error)

Callers 15

exportPostsZipFunction · 0.80
CreatePostMethod · 0.80
GetPostsMethod · 0.80
GetAllPostsTaggedIDsMethod · 0.80
GetPostsTaggedMethod · 0.80
GetLangPostsMethod · 0.80
GetAPFollowersMethod · 0.80
GetPinnedPostsMethod · 0.80
GetCollectionsMethod · 0.80
GetPublicCollectionsMethod · 0.80
GetTopPostsMethod · 0.80
GetAnonymousPostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected