IsSlim returns true if this is a slim build.
()
| 101 | |
| 102 | // IsSlim returns true if this is a slim build. |
| 103 | func IsSlim() bool { |
| 104 | return slim |
| 105 | } |
| 106 | |
| 107 | // HasSite returns true if the frontend is embedded in the build. |
| 108 | func HasSite() bool { |
no outgoing calls
no test coverage detected