MCPcopy Create free account
hub / github.com/Singular/Singular / heKeyChksum

Function heKeyChksum

Singular/fehelp.cc:749–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749static long heKeyChksum(char* key)
750{
751 if (key == NULL || *key == '\0') return 0;
752 idhdl h=IDROOT->get(key,myynest);
753 if ((h!=NULL) && (IDTYP(h)==PROC_CMD))
754 {
755 procinfo *pi = IDPROC(h);
756 if (pi != NULL) return pi->data.s.help_chksum;
757 }
758 return 0;
759}
760
761/*****************************************************************
762 *

Callers 1

heBrowserHelpFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected