You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we pre-link all import items to a watchdog function from the start, the watchdog function will report an error once executed, and follow the current path during loading to resolve the import section content. Therefore,
a) all import functions are executable and not NULL
b) and, unlinked import functions will report an error without additional checks during execution.