push logging state
(s string)
| 870 | |
| 871 | // push logging state |
| 872 | func pushstate(s string) { |
| 873 | logctx = append(logctx, s) |
| 874 | } |
| 875 | |
| 876 | // pop logging state |
| 877 | func popstate() { |
no outgoing calls
no test coverage detected
searching dependent graphs…