()
| 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) |
no outgoing calls
no test coverage detected