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

Function error

shell/imports/client/accounts/account-settings.js:301–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 },
300
301 error() {
302 const instance = Template.instance();
303 const result = instance.result.get();
304 return result && result.error;
305 },
306
307 credentialToConfirm() {
308 const credentialId = SandstormDb.getUserCredentialIds(Meteor.user())[0];

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected