MCPcopy Index your code
hub / github.com/onblog/BlogHelper / getCnBlogCookies

Method getCnBlogCookies

src/app-store.js:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 getCnBlogCookies() {
62 if (this.has(this.cnBlogCookieKey)) {
63 return this.get(this.cnBlogCookieKey)
64 }
65 return null
66 }
67
68 setCnBlogCookie(v) {
69 return this.set(this.cnBlogCookieKey, v)

Callers 5

uploadPictureToCnBlogsFunction · 0.80
publishArticleToCnBlogsFunction · 0.80
uploadPicFunction · 0.80
app-check.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected