logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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