The following functions seem to have some overlap:
in did.document/readjsonfilelocation:
|
function t = readjsonfilelocation(jsonfilelocationstring) |
in did.database/get_document_schema
|
function schemaStruct = get_document_schema(database_obj, schema_filename) %#ok<INUSL> |
did.common.utility. replace_didpath
|
function new_path = replace_didpath(path) |
Any other places?
Could consolidate this into a set of utility functions.
The following functions seem to have some overlap:
in
did.document/readjsonfilelocation:DID-matlab/code/+did/document.m
Line 728 in f424868
in
did.database/get_document_schemaDID-matlab/code/+did/database.m
Line 1051 in f424868
did.common.utility. replace_didpathDID-matlab/code/+did/+common/+utility/replace_didpath.m
Line 1 in f424868
Any other places?
Could consolidate this into a set of utility functions.