Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

mdatabase_find -

Description

       Look for a data in the database. The mdatabase_find() function searches the m17n database for a data who
       has tags tag0 through tag3, and returns a pointer to the data. If such a data is not found, it returns
       NULL.

Name

       mdatabase_find -

Synopsis

MDatabase* mdatabase_find (MSymbol tag0, MSymbol tag1, MSymbol tag2, MSymbol tag3)

See Also