MCPcopy
hub / github.com/sandstorm-io/sandstorm / get

Function get

shell/imports/client/00-startup.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40globalTopbar = new SandstormTopbar(globalDb,
41 {
42 get() {
43 return Session.get("topbar-expanded");
44 },
45
46 set(value) {
47 Session.set("topbar-expanded", value);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected