MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / append_string

Method append_string

mssqlcli/mssql_cli.py:86–90  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

84
85class MssqlFileHistory(FileHistory):
86 def append_string(self, string):
87 if security_words_found_in(string):
88 return
89
90 super(MssqlFileHistory, self).append_string(string)
91
92
93class MssqlCli(object):

Calls 1

security_words_found_inFunction · 0.85